Add vim and emacs swap files to .gitignore

make-things-work-brutally
crudo 2017-12-17 10:30:28 +01:00
parent 4bd5d74975
commit da40fc6c20
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -102,3 +102,9 @@ venv.bak/
# mypy
.mypy_cache/
# vim swap files
*.swp
# emacs swap files
.#*