tahoe-lafs/.gitignore
David-Sarah Hopwood edc1f5f67f Makefile: add 'make tmpfstest', which uses a tmpfs for _trial_temp.
This probably only works on Linux. It uses sudo to mount and unmount the tmpfs,
which may prompt for a password. refs #20

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
2012-10-25 02:16:21 +01:00

32 lines
444 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*
/tmp*
/dist/
/twisted/plugins/dropin.cache
/tahoe-deps/
/tahoe-deps.tar.gz
/.coverage
/.coverage.el
/coverage-html/
/miscaptures.txt
/violations.txt