diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 2e8db7341..c2b47bba7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ locals.zsh log/.zsh_history projects.zsh -custom/* -!custom/example -!custom/example.zsh -cache +-custom/* +-!custom/example +-!custom/example.zsh *.swp +!custom/example.zshcache +cache/ |