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
|
*.egg-info
|
||||||
example/*/*.log
|
example/*/*.log
|
||||||
example/*.db
|
example/*.db
|
||||||
|
Reference in New Issue
Block a user