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
log/.zsh_history
projects.zsh
-custom/*
-!custom/example
-!custom/example.zsh
custom/*
!custom/example
!custom/example.zsh
*.swp
!custom/example.zshcache
cache/

Loading…
Cancel
Save