2020-08-20 17:06:00 +00:00
|
|
|
venv*
|
2017-09-18 19:34:26 +00:00
|
|
|
|
|
|
|
# vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
2012-01-09 02:52:43 +00:00
|
|
|
*.pyc
|
|
|
|
*.pyo
|
2012-09-17 20:28:49 +00:00
|
|
|
*~
|
2013-07-15 18:45:14 +00:00
|
|
|
*.DS_Store
|
2013-07-16 15:14:42 +00:00
|
|
|
.*.kate-swp
|
2020-08-07 17:09:25 +00:00
|
|
|
*.bak
|
2012-01-09 02:52:43 +00:00
|
|
|
|
|
|
|
/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
|
2016-03-25 19:55:09 +00:00
|
|
|
/src/tahoe_lafs.egg-info/
|
2012-01-09 02:52:43 +00:00
|
|
|
Twisted-*.egg
|
2013-05-01 17:25:31 +00:00
|
|
|
zope.interface-*.egg
|
2013-12-09 11:27:04 +00:00
|
|
|
.pc
|
2012-01-09 02:52:43 +00:00
|
|
|
|
2019-04-12 10:40:13 +00:00
|
|
|
/src/allmydata/test/plugins/dropin.cache
|
2012-01-09 02:52:43 +00:00
|
|
|
/_trial_temp*
|
2016-03-09 05:17:51 +00:00
|
|
|
/_test_memory/
|
2012-10-25 01:16:21 +00:00
|
|
|
/tmp*
|
2013-07-16 15:14:42 +00:00
|
|
|
/*.patch
|
2012-01-09 02:52:43 +00:00
|
|
|
/dist/
|
2012-01-12 19:18:59 +00:00
|
|
|
/tahoe-deps/
|
|
|
|
/tahoe-deps.tar.gz
|
2012-01-13 06:56:29 +00:00
|
|
|
/.coverage
|
2020-09-17 21:09:08 +00:00
|
|
|
/.coverage.*
|
2012-01-13 06:56:29 +00:00
|
|
|
/.coverage.el
|
|
|
|
/coverage-html/
|
2012-09-17 20:28:49 +00:00
|
|
|
/miscaptures.txt
|
|
|
|
/violations.txt
|
2016-03-09 05:16:36 +00:00
|
|
|
/.tox/
|
2016-03-26 18:22:19 +00:00
|
|
|
/docs/_build/
|
2016-05-09 20:59:54 +00:00
|
|
|
/coverage.xml
|
2020-09-30 14:37:52 +00:00
|
|
|
/.pre-commit-config.local.yaml
|
2017-06-06 18:04:58 +00:00
|
|
|
/.hypothesis/
|
2020-07-01 11:18:33 +00:00
|
|
|
/eliot.log
|
2020-07-03 21:35:48 +00:00
|
|
|
/misc/python3/results.xml
|
2020-07-15 00:11:58 +00:00
|
|
|
/misc/python3/results.subunit2
|
2019-04-03 17:16:46 +00:00
|
|
|
|
|
|
|
# This is the plaintext of the private environment needed for some CircleCI
|
|
|
|
# operations. It's never supposed to be checked in.
|
|
|
|
secret-env-plain
|