blob: b3dfdd8a84b96ba9fc380e7b8d2f644ebd226a8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# .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
|