# HG changeset patch # User Adrian Buehlmann # Date 2008-04-13 22:36:01 # Node ID 4a064e1977f841d7f379317901b37147f078fdca # Parent 628da4a91628517b3e45ee07a2db857793fff6d0 ignore *.pyd files *.c modules on Windows are compiled to *.pyd diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -7,6 +7,7 @@ syntax: glob *.mergebackup *.o *.so +*.pyd *.pyc *.swp *.prof