diff options
author | Kaiwen Xu <kevin@kevxu.net> | 2013-10-25 01:40:55 -0400 |
---|---|---|
committer | Kaiwen Xu <kevin@kevxu.net> | 2013-10-25 01:40:55 -0400 |
commit | e3c489bd08236828286e01b4561e6b73b5e518bd (patch) | |
tree | a3dc8e7434834738601b684635ea80fd0862e227 /.gitignore | |
parent | 90c28b786ae8a8013fc5083e9cf941115152c706 (diff) | |
download | zsh-e3c489bd08236828286e01b4561e6b73b5e518bd.tar.gz zsh-e3c489bd08236828286e01b4561e6b73b5e518bd.tar.bz2 zsh-e3c489bd08236828286e01b4561e6b73b5e518bd.zip |
Minor gitignore fix.
(Sorry my bad).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index c2b47bba7..51a5ee6c3 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ |