Add .eggs/ to .gitignore

setuptools uses an .eggs folder as a cache to avoid multiple
downloads.  git should ignore this directory as it will never
be added to the repo.

Change-Id: I49714b769ce42d45cf14c4c8f4c10ae40e638f4b
This commit is contained in:
Peter Stachowski 2015-10-15 14:35:45 +00:00
parent 87753afeb2
commit d8b1263f9b

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ trove_test.sqlite
run_tests.log
guest-agent-files.txt
trove.egg*
.eggs/
trove/vcsversion.py
*py*.egg
.coverage