diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-17 08:27:12 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-17 08:27:12 -0400 |
commit | eb19c6ec1cfff7a516ebd13df6d9510838ac71d9 (patch) | |
tree | 682a317db3f0b410fa55eba8769d878539d7e9f3 | |
parent | 78fb1561f7060b20ca527a8a7e7f9bd5018891cf (diff) | |
download | python-coveragepy-git-eb19c6ec1cfff7a516ebd13df6d9510838ac71d9.tar.gz |
Don't search in the doc/_build directory.
-rw-r--r-- | .treerc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,3 +10,4 @@ ignore = sample_html *.so *.pyd *.zip + _build |