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
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
*.idea
|
*.idea
|
||||||
|
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
|
||||||
|
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
*.gds
|
||||||
|
*.svg
|
||||||
|
*.oas
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue