blob: a17ee3cb00e16f7a94a26bdb0fd44f65b99c96eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# .treerc for coverage: controls what files get searched.
[default]
ignore =
.treerc
build
htmlcov
.tox*
distribute_setup.py ez_setup.py mock.py
*.min.js
sample_html
*.so *.pyd
*.zip
_build
|