projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d776f
)
boringfile: ignore the setuptools .egg that ez_setup.py likes to download/build/insta...
author
Brian Warner
<warner@allmydata.com>
Fri, 10 Aug 2007 02:45:18 +0000
(19:45 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 10 Aug 2007 02:45:18 +0000
(19:45 -0700)
.darcs-boringfile
patch
|
blob
|
history
diff --git
a/.darcs-boringfile
b/.darcs-boringfile
index a013de7815b84872d861064fa8cdba05bb5a1171..ed7fe91ebb8f3460538b42fab33162b60076c610 100644
(file)
--- 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$