Changeset - 9885bbacf99c
[Not reviewed]
default
0 1 0
Marc Abramowitz - 11 years ago 2015-04-08 19:15:05
marc@marc-abramowitz.com
.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
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -6,6 +6,8 @@ syntax: glob
 
*.egg-info
 
*.egg
 
*.mo
 
.eggs/
 
tarballcache/
 

	
 
syntax: regexp
 
^rcextensions
0 comments (0 inline, 0 general)