From: Brian Warner Date: Fri, 10 Aug 2007 02:45:18 +0000 (-0700) Subject: boringfile: ignore the setuptools .egg that ez_setup.py likes to download/build/insta... X-Git-Tag: allmydata-tahoe-0.5.0~81 X-Git-Url: https://git.rkrishnan.org/COPYING.TGPPL.html?a=commitdiff_plain;h=3d42856eb1e5112c604dd5af75fa5ed6e294d28a;p=tahoe-lafs%2Ftahoe-lafs.git boringfile: ignore the setuptools .egg that ez_setup.py likes to download/build/install during compilation --- diff --git a/.darcs-boringfile b/.darcs-boringfile index a013de78..ed7fe91e 100644 --- a/.darcs-boringfile +++ b/.darcs-boringfile @@ -74,3 +74,8 @@ # this file is maintained by the buildbot ^\.buildbot-sourcedata$ + +# these .eggs are downloaded by ez_setup.py when it doesn't like the version +# that is currently installed (or it is missing). +^src/simplejson/setuptools-.*\.egg$ +^src/zfec/setuptools-.*\.egg$