diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index f84db6dc2..2e8db7341 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ locals.zsh log/.zsh_history projects.zsh -custom/*.zsh -!custom/example.zsh
\ No newline at end of file +custom/* +!custom/example +!custom/example.zsh +cache +*.swp |