Files
sphinx/.hgignore
Daniel Neuhäuser 34707fefac Ignore files generated when building the test docs
This is really helpful if you want to take a look at the
HTML output
2010-11-02 13:15:18 +01:00

22 lines
268 B
Plaintext

.*\.pyc
.*\.egg
.*\.so
.dir-locals.el
^\.tox
\.DS_Store$
^build/
^dist/
^tests/.coverage
^sphinx/pycode/Grammar.*pickle
^Sphinx.egg-info/
^doc/_build/
^TAGS
^\.ropeproject/
^env/
\.DS_Store$
~$
^utils/.*3\.py$
^distribute-
^tests/root/_build/*
^tests/root/generated/*