Merge pull request #2194 from kevinxucs/gitignore-fix

Minor gitignore fix.
master
Robby Russell 13 years ago
commit b8c1566835
  1. 6
      .gitignore

6
.gitignore vendored

@ -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/

Loading…
Cancel
Save