diff options
author | Robby Russell <robby@planetargon.com> | 2013-12-03 00:16:59 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-12-03 00:16:59 -0800 |
commit | b8c156683504e1c7b59bd429aa8d0ae1661ff175 (patch) | |
tree | f5d77ebecdbaf8fa8a1e87149cea85445b42360c | |
parent | 83c18f8553a0914ee48e1029ec7e6a20db3cf355 (diff) | |
parent | e3c489bd08236828286e01b4561e6b73b5e518bd (diff) | |
download | zsh-b8c156683504e1c7b59bd429aa8d0ae1661ff175.tar.gz zsh-b8c156683504e1c7b59bd429aa8d0ae1661ff175.tar.bz2 zsh-b8c156683504e1c7b59bd429aa8d0ae1661ff175.zip |
Merge pull request #2194 from kevinxucs/gitignore-fix
Minor gitignore fix.
-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/ |