Add .tox and *.egg to .gitignore

This commit is contained in:
Marc Abramowitz 2012-06-17 13:31:11 -07:00 committed by behackett
parent 8539bbcb7a
commit 97310cdaa3

2
.gitignore vendored
View File

@ -13,3 +13,5 @@ pymongo.egg-info/
*.so
nosetests.xml
setup.cfg
*.egg
.tox