[misc] add vim temporary files to .gitignore

This commit is contained in:
Thomas Lindner 2020-07-05 18:07:48 +02:00
parent bedcaa940e
commit 63b83ed182

3
.gitignore vendored
View file

@ -2,6 +2,9 @@
kibicara.conf kibicara.conf
kibicara.sqlite kibicara.sqlite
# Editor temporary files
.*.swp
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]