diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index b2022081a..ec24a19bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # custom files custom/ -!custom/plugins/example -!custom/example.zsh # temp files directories cache/ log/ +*.swp +.DS_Store |