mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-21 09:11:12 +00:00
Otherwise, the get-version-from-git code thinks the tree is dirty, and creates SUMO tarballs with -dirty in the name.
25 lines
361 B
Plaintext
25 lines
361 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
|
|
|
|
/_trial_temp*
|
|
/dist/
|
|
/twisted/plugins/dropin.cache
|
|
/tahoe-deps/
|
|
/tahoe-deps.tar.gz
|