diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-03 23:31:40 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-03 23:31:40 -0400 |
| commit | 998879621fe7195580ddcf5262170b80843d8cc8 (patch) | |
| tree | 38307cc74002dc6203785822b7bf065b414e2d85 /.hgignore | |
| parent | cf74b70ae1f8e0018c604153c8637106f552b662 (diff) | |
| download | python-coveragepy-git-998879621fe7195580ddcf5262170b80843d8cc8.tar.gz | |
Keeping a stack of Collectors makes it possible for Coverage to measure itself (mostly).
Diffstat (limited to '.hgignore')
| -rw-r--r-- | .hgignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,8 +10,9 @@ syntax: glob # Stuff in the root.
build
-dist
coverage.egg-info
+dist
+htmlcov
MANIFEST
setuptools-*.egg
|
