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:
parent
87753afeb2
commit
d8b1263f9b
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ trove_test.sqlite
|
||||
run_tests.log
|
||||
guest-agent-files.txt
|
||||
trove.egg*
|
||||
.eggs/
|
||||
trove/vcsversion.py
|
||||
*py*.egg
|
||||
.coverage
|
||||
|
Loading…
Reference in New Issue
Block a user