Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be28908ec092d3bf0abc208f9011353dfb5a3b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*.pyc
*.egg
*.so
*.swp

.dir-locals.el
.ropeproject/
TAGS
.tags
.tox
.DS_Store
sphinx/pycode/Grammar*pickle
distribute-*

env/
build/
dist/
Sphinx.egg-info/
doc/_build/
tests/.coverage
tests/build/