tahoe-lafs/.gitignore
Brian Warner b637636ef9 remove _appname.py file
We no longer need the complexity of choosing the application name at
runtime. This removes the setup.py code which populates the _appname.py
file, and the code in __init__.py which reads it. It does not yet remove
the tests which compare the output of e.g. `tahoe --version` against
`allmydata.__appname__`, which I think could be removed, but that's more
invasive than I want to do right now.

closes ticket:2754
2016-08-11 23:24:11 -07:00

40 lines
509 B
Plaintext

*.pyc
*.pyo
*~
*.DS_Store
.*.kate-swp
/build/
/support/
# these are generated at build time, and never checked in
/src/allmydata/_version.py
# these are generated too
/bin/tahoe
/bin/tahoe.pyscript
/bin/tahoe-script.py
/.built
/src/tahoe_lafs.egg-info/
Twisted-*.egg
zope.interface-*.egg
.pc
/_trial_temp*
/_test_memory/
/tmp*
/*.patch
/dist/
/tahoe-deps/
/tahoe-deps.tar.gz
/.coverage
/.coverage.el
/coverage-html/
/miscaptures.txt
/violations.txt
/.tox/
/docs/_build/
/coverage.xml
/smoke_magicfolder/