gitignore: VIM swapfiles and cache files
This commit is contained in:
parent
9b6860fa1f
commit
fe1cfad4d3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
*~
|
||||
.*.swp
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
||||
/MANIFEST
|
||||
/build
|
||||
|
Loading…
Reference in New Issue
Block a user