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:
Dmitry Tantsur 2015-09-29 16:59:10 +02:00
parent b57cf89945
commit 05d0fce0aa
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@ var
sdist
develop-eggs
.installed.cfg
.eggs/
# Other
*.DS_Store