add .pyc ignore
authorraph
Fri, 15 Jan 2010 13:09:08 +0100
changeset 88 310378b4d851
parent 87 2a927239b09a
child 89 1e91034f4cdb
add .pyc ignore
.hgignore
--- a/.hgignore	Fri Jan 15 12:44:59 2010 +0100
+++ b/.hgignore	Fri Jan 15 13:09:08 2010 +0100
@@ -32,3 +32,7 @@
 ^\.pydevproject$
 syntax: regexp
 ^\.settings/.*$
+
+syntax: glob
+*.pyc
+