Add vim and emacs swap files to .gitignore

This commit is contained in:
crudo 2017-12-17 10:30:28 +01:00
parent 4bd5d74975
commit da40fc6c20

6
.gitignore vendored
View File

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