Merge pull request #2165 from kevinxucs/custom-gitignore-fix

gitignore fix for custom folder.
This commit is contained in:
Robby Russell 2013-10-24 20:26:20 -07:00
commit 9f88fb5229
3 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

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