blob: 5ff09184d1b61171bf1ac8edcdf99432f08641c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
*.py[co]
.*.sw[po]
# C extensions
*.so
pkgcore/plugins/plugincache
/build
/cache
/dist
/.tox
_trial_temp
/doc/dev-notes/index.rst
/doc/dev-notes/*/index.rst
/doc/doc/index.rst
/doc/_build/
/doc/api/
|