add .egg and similar to .gitignore

Running tests leaves these behind.
This commit is contained in:
Clint Byrum
2015-05-14 16:14:10 -07:00
parent aad2eb0b9b
commit aabb01583b

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@
*.~
\#*
.*~
.eggs
*.egg
*.egg-info
example/*/*.log
example/*.db