Changed .gitignore to ignore all files in custom, not only .zsh files, so other stuff can be put there without problem.

This commit is contained in:
Robin Ramael 2011-01-09 12:12:56 +01:00
commit d3e3f870d8

2
.gitignore vendored
View file

@ -1,5 +1,5 @@
locals.zsh locals.zsh
log/.zsh_history log/.zsh_history
projects.zsh projects.zsh
custom/*.zsh custom/*
!custom/example.zsh !custom/example.zsh