From 3d42856eb1e5112c604dd5af75fa5ed6e294d28a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 9 Aug 2007 19:45:18 -0700 Subject: [PATCH] boringfile: ignore the setuptools .egg that ez_setup.py likes to download/build/install during compilation --- .darcs-boringfile | 5 +++++ 1 file changed, 5 insertions(+) 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$ -- 2.45.2