Files
sphinx/.hgignore

22 lines
245 B
Plaintext
Raw Normal View History

2008-11-02 21:57:29 +01:00
.*\.pyc
2008-11-02 23:33:19 +01:00
.*\.egg
2008-12-30 02:37:01 +01:00
.*\.so
2009-09-08 14:53:31 +02:00
.dir-locals.el
^\.tox
\.DS_Store$
2009-06-30 19:01:00 +02:00
^build/
^dist/
^tests/.coverage
^tests/build/
2009-06-30 19:01:00 +02:00
^sphinx/pycode/Grammar.*pickle
^Sphinx.egg-info/
^doc/_build/
^TAGS
2014-09-19 10:36:25 +02:00
^\.tags
2009-06-30 19:01:00 +02:00
^\.ropeproject/
^env/
\.DS_Store$
~$
2010-05-16 22:27:05 +02:00
^utils/.*3\.py$
2010-07-28 19:58:47 +02:00
^distribute-