Files
sphinx/.gitignore
Stephen Finucane 6d6d3a40f1 tox: Always run coverage
There is value in examining coverage for something like Sphinx. Start
doing this by default, in anticipation of increasing coverage over time.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2017-10-05 09:18:20 +01:00

29 lines
278 B
Plaintext

*.pyc
*.egg
*.so
*.swp
.dir-locals.el
.cache/
.idea
.mypy_cache/
.ropeproject/
TAGS
.tags
.tox
.venv
.coverage
.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