]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
.gitignore: ignore the generated zope.interface egg too
authorBrian Warner <warner@lothar.com>
Wed, 1 May 2013 17:25:31 +0000 (10:25 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 1 May 2013 17:25:31 +0000 (10:25 -0700)
Some dependencies are installed in the top-level directory, maybe
because they're required by the build process itself? I'm not sure.
Twisted is one of these, if the system version is not new enough, and
our .gitignore has a clause to ignore the resulting .egg directory. Now
that we've bumped our zope.interface dependency, it sometimes builds a
z.i egg too (even if it doesn't build a Twisted one). So ignore both.

.gitignore

index 9f1572c0ddb0b437608c9a55991a8c0a55644b1c..eeb581afd48d0bc5079a66dedabcc20f68eda3b0 100644 (file)
@@ -17,6 +17,7 @@
 /.built
 /src/allmydata_tahoe.egg-info/
 Twisted-*.egg
+zope.interface-*.egg
 
 /_trial_temp*
 /tmp*