ignore .eggs directory
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins. This directory caches those eggs to prevent repeated downloads. We need to ignore it. Change-Id: Idd164c7c8952c70487253e5691ba2da33345059a
This commit is contained in:
parent
5840ab3340
commit
16f956d6f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ ChangeLog
|
|||||||
.tox
|
.tox
|
||||||
.coverage
|
.coverage
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
.eggs
|
||||||
*.egg
|
*.egg
|
||||||
build/
|
build/
|
||||||
doc/build/
|
doc/build/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user