mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
22 lines
268 B
Plaintext
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/*
|