Add .eggs/ to gitignore
This directory keeps appearing, not sure why, probably when I rebuild the tox environment. From the README file in this 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. However, it is safe to delete this directory. Change-Id: I67347b3e5b06f8b009df94f965b73dd2f8723475
This commit is contained in:
parent
b57cf89945
commit
05d0fce0aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,6 +19,7 @@ var
|
|||||||
sdist
|
sdist
|
||||||
develop-eggs
|
develop-eggs
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
|
.eggs/
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
Loading…
Reference in New Issue
Block a user