gitignore: VIM swapfiles and cache files

This commit is contained in:
Unrud
2018-04-20 14:57:33 +02:00
committed by Unrud
parent 9b6860fa1f
commit fe1cfad4d3

2
.gitignore vendored
View File

@@ -1,5 +1,7 @@
*~ *~
.*.swp
*.pyc *.pyc
__pycache__
/MANIFEST /MANIFEST
/build /build