mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
085ee6a63f
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.
33 lines
465 B
Plaintext
33 lines
465 B
Plaintext
*.pyc
|
|
*.pyo
|
|
*~
|
|
|
|
/build/
|
|
/support/
|
|
|
|
# these are generated at build time, and never checked in
|
|
/src/allmydata/_version.py
|
|
/src/allmydata/_appname.py
|
|
|
|
# these are generated too
|
|
/bin/tahoe
|
|
/bin/tahoe.pyscript
|
|
/bin/tahoe-script.py
|
|
|
|
/.built
|
|
/src/allmydata_tahoe.egg-info/
|
|
Twisted-*.egg
|
|
zope.interface-*.egg
|
|
|
|
/_trial_temp*
|
|
/tmp*
|
|
/dist/
|
|
/twisted/plugins/dropin.cache
|
|
/tahoe-deps/
|
|
/tahoe-deps.tar.gz
|
|
/.coverage
|
|
/.coverage.el
|
|
/coverage-html/
|
|
/miscaptures.txt
|
|
/violations.txt
|