Ignore .eggs cruft

Looks like possibly new setuptools has started leaving a .eggs
directory in the workspace. Add it to .gitignore with extreme
prejudice.

Change-Id: If53d9a2f03c8064265a6915a116983fb34de5f9a
This commit is contained in:
Jeremy Stanley 2015-06-17 00:56:40 +00:00
parent 55a91a6655
commit bfbb9277bc
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ git_review.egg-info
MANIFEST
AUTHORS
ChangeLog
.eggs
.gerrit
.testrepository
.tox