]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
.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)
commit085ee6a63fc6576f1ee486c8718b3f64e20d00fc
tree93394f2edc0b55f8b69ec648428768b99cea2b80
parent7ae630559fc3e72920b4c61bad6214ebc5deea8f
.gitignore: ignore the generated zope.interface egg too

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