# HG changeset patch # User Marc Abramowitz # Date 1428513305 25200 # Node ID 9885bbacf99cde27572447ae22cf9733523eea9e # Parent ae947de541d5630e5505c7c8ded05cd37c7f232b .hgignore: Add .eggs/ and tarballcache/ Setuptools >= 7.0 and .eggs is created and populated with eggs if setup.py has setup_requires of packages that are not installed and setuptools has to download them to satisfy the requirements. See https://bitbucket.org/pypa/setuptools/pull-request/97/cache-eggs-required-for-building-in-eggs/diff# tarballcache comes from test.ini : archive_cache_dir = %(here)s/tarballcache diff -r ae947de541d5 -r 9885bbacf99c .hgignore --- a/.hgignore Tue Apr 07 03:30:05 2015 +0200 +++ b/.hgignore Wed Apr 08 10:15:05 2015 -0700 @@ -6,6 +6,8 @@ *.egg-info *.egg *.mo +.eggs/ +tarballcache/ syntax: regexp ^rcextensions