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

gitignore fix for custom folder.
master
Robby Russell 13 years ago
commit 9f88fb5229
  1. 5
      .gitignore
  2. 0
      plugins/gitignore/gitignore.plugin.zsh
  3. 0
      plugins/sfffe/sfffe.plugin.zsh

5
.gitignore vendored

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

Loading…
Cancel
Save