tahoe-lafs/.gitignore
2019-04-18 12:58:58 +02:00

52 lines
747 B
Plaintext

venv
# vim swap files
*.swp
*.swo
*.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
/src/allmydata/test/plugins/dropin.cache
/_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/
/.hypothesis/
# This is the plaintext of the private environment needed for some CircleCI
# operations. It's never supposed to be checked in.
secret-env-plain