add gitignore, ignore pyc (compiled python) and swp (vim swap) files
This commit is contained in:
parent
9f6f88f8f5
commit
6779b4c136
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
**/*.pyc
|
||||
*.swp
|
Loading…
Reference in a new issue