.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.
This commit is contained in:
Brian Warner 2013-05-01 10:25:31 -07:00
parent 7ae630559f
commit 085ee6a63f

1
.gitignore vendored
View File

@ -17,6 +17,7 @@
/.built
/src/allmydata_tahoe.egg-info/
Twisted-*.egg
zope.interface-*.egg
/_trial_temp*
/tmp*