From ce34a124ebd69a1956690e4764b4dff2d966b33b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 10 Mar 2009 10:05:38 -0400 Subject: Ignore .pyd files, they are built from source. --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 8d8babd..30f28cd 100644 --- a/.hgignore +++ b/.hgignore @@ -3,6 +3,7 @@ syntax: glob # Files that can appear anywhere in the tree. *.pyc *.pyo +*.pyd *.bak .coverage .coverage.* -- cgit v1.2.1