tahoe-lafs/.gitignore
Brian Warner 0acc1dc079 docs: run sphinx-quickstart, move old Makefile
* .gitignore: add docs/_build (sphinx output directory)
2016-03-29 21:02:14 -07:00

40 lines
532 B
Plaintext

*.pyc
*.pyo
*~
*.DS_Store
.*.kate-swp
/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/tahoe_lafs.egg-info/
Twisted-*.egg
zope.interface-*.egg
.pc
/_trial_temp*
/_test_memory/
/tmp*
/*.patch
/dist/
/twisted/plugins/dropin.cache
/tahoe-deps/
/tahoe-deps.tar.gz
/.coverage
/.coverage.el
/coverage-html/
/miscaptures.txt
/violations.txt
/.tox/
/docs/_build/