From c5ea8f12b5a67c828df0bf1b5c58206f97adee4a Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 31 Dec 2007 23:49:04 -0700 Subject: [PATCH] setup: update the list of files that we think are boring when we are using darcs --- .darcs-boringfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.darcs-boringfile b/.darcs-boringfile index 86d025d9..ae9f70e9 100644 --- a/.darcs-boringfile +++ b/.darcs-boringfile @@ -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$ + -- 2.45.2