summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-27 17:37:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-27 17:37:17 -0400
commit356f8d7701685af9a88a9ce4c605d61af1eb5c77 (patch)
tree03d95b8ba3f6be9baba88ae0025f9d94afb06609 /.hgignore
parentc42de28315ba31847441fcb90393545c87bcd641 (diff)
downloadpython-coveragepy-356f8d7701685af9a88a9ce4c605d61af1eb5c77.tar.gz
On Mac/Linux, compiled extensions are .so files. Ignore them.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index f53ccea..3716b4f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,6 +4,7 @@ syntax: glob
*.pyc
*.pyo
*.pyd
+*.so
*.bak
.coverage
.coverage.*