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:
ZhiQiang Fan 2015-11-23 18:32:35 -07:00
parent 5840ab3340
commit 16f956d6f3
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ ChangeLog
.tox
.coverage
*.egg-info/
.eggs
*.egg
build/
doc/build/