add .egg and similar to .gitignore
Running tests leaves these behind.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,6 +2,8 @@
|
||||
*.~
|
||||
\#*
|
||||
.*~
|
||||
.eggs
|
||||
*.egg
|
||||
*.egg-info
|
||||
example/*/*.log
|
||||
example/*.db
|
||||
|
Reference in New Issue
Block a user