Files
sphinx/.gitignore
Stephen Finucane 75154196b1 .gitignore: Ignore '.venv' directories
This is a commonly used name for virtualenv directories and should be
ignored.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-07-10 14:17:59 +01:00

26 lines
250 B
Plaintext

*.pyc
*.egg
*.so
*.swp
.dir-locals.el
.cache/
.mypy_cache/
.ropeproject/
TAGS
.tags
.tox
.venv
.DS_Store
sphinx/pycode/Grammar*pickle
distribute-*
env/
build/
dist/
Sphinx.egg-info/
doc/_build/
tests/.coverage
tests/build/
utils/regression_test.js