Files
sphinx/.gitignore
Stephen Finucane f068627176 gitignore: Ignore 'htmlcov' directory
This is generated if you run 'coverage html'. Hide it from Git.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-12-24 21:24:41 +00:00

30 lines
286 B
Plaintext

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