view .hgignore @ 4997:9885bbacf99c

.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
author Marc Abramowitz <marc@marc-abramowitz.com>
date Wed, 08 Apr 2015 10:15:05 -0700
parents 7d6c4bd58abd
children 19267f233d39
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$