mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
.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:
parent
7ae630559f
commit
085ee6a63f
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,6 +17,7 @@
|
||||
/.built
|
||||
/src/allmydata_tahoe.egg-info/
|
||||
Twisted-*.egg
|
||||
zope.interface-*.egg
|
||||
|
||||
/_trial_temp*
|
||||
/tmp*
|
||||
|
Loading…
Reference in New Issue
Block a user