diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-18 07:51:08 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-18 07:51:08 -0400 |
commit | 9329626b0d7629dd69eeffedf05b6515f7c5f798 (patch) | |
tree | 757b481504506ae5c062525c85cf243c078a8597 /.hgignore | |
parent | 254644f9f0addd1a7ce709d9c1fe29fb88be210b (diff) | |
download | python-coveragepy-9329626b0d7629dd69eeffedf05b6515f7c5f798.tar.gz |
Py3k kitting.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,7 +15,9 @@ coverage.egg-info dist
htmlcov
MANIFEST
+py3k
setuptools-*.egg
+three
# Stuff in the test directory.
zipmods.zip
|