Fix .gitignore "custom" directory _again_

* Properly ignore the ./custom directory excluding the examples
* Lol, I'm not sure why this has been so tricky 👅
* See #2128, #2165
This commit is contained in:
Jay Hayes 2013-11-15 07:38:02 -06:00
commit 267be61cfa

6
.gitignore vendored
View file

@ -1,9 +1,9 @@
locals.zsh locals.zsh
log/.zsh_history log/.zsh_history
projects.zsh projects.zsh
-custom/* custom/*
-!custom/example !custom/example
-!custom/example.zsh !custom/example.zsh
*.swp *.swp
!custom/example.zshcache !custom/example.zshcache
cache/ cache/