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
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
.eggs/
|
||||
|
||||
# Other
|
||||
*.DS_Store
|
||||
|
Loading…
Reference in New Issue
Block a user