Merge "Add .eggs to gitignore"

This commit is contained in:
Jenkins 2015-06-24 18:55:23 +00:00 committed by Gerrit Code Review
commit 5a9afa6b65

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
TAGS TAGS
*.egg *.egg
*.egg-info *.egg-info
.eggs
build build
.coverage .coverage
.tox .tox