diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,3 +2,10 @@ Cargo.lock target/ *~ #*# +*.swp +*.tmp +[Tt]humbs.db +*.DS_Store + +# Don't ignore this file itself +!.gitignore
\ No newline at end of file |