Add binary files and vim buffers into gitignore
This commit is contained in:
parent
6801ee7fc0
commit
e057f6e4a2
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,6 +1,16 @@
|
|||
*.pyc
|
||||
__pycache__
|
||||
|
||||
*.idea
|
||||
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
*.gds
|
||||
*.svg
|
||||
*.oas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue