setup: update the list of files that we think are boring when we are using darcs

This commit is contained in:
Zooko O'Whielacronx 2007-12-31 23:49:04 -07:00
parent 9b38eebcaf
commit c5ea8f12b5

View File

@ -75,7 +75,7 @@
# if ez_setup.py needs to build setuptools, that goes here
^setuptools-.*.egg$
# creating a tahoe egg puts files here
^allmydata_tahoe.egg-info
allmydata_tahoe.egg-info$
# the 'build-deps' commands results in this directory:
^tahoe_deps.egg-info
@ -85,6 +85,8 @@
^\.checked-deps$
^\.built$
# if setup.py needs to install setuptools_darcs_plugin, that goes here
# if setup.py needs to install plugins from eggs to satisfy setup_requires:
^setuptools_darcs_plugin-.*.egg$
^setuptools_darcs.*.egg$
^darcsver.*.egg$