]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
boringfile: ignore the setuptools .egg that ez_setup.py likes to download/build/insta...
authorBrian Warner <warner@allmydata.com>
Fri, 10 Aug 2007 02:45:18 +0000 (19:45 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 10 Aug 2007 02:45:18 +0000 (19:45 -0700)
.darcs-boringfile

index a013de7815b84872d861064fa8cdba05bb5a1171..ed7fe91ebb8f3460538b42fab33162b60076c610 100644 (file)
@@ -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$