add .pyc to hgignore
authorTero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 04:37:51 +0200
changeset 23 f2940150cce5
parent 22 54b373345c14
child 24 a84322e9df8d
add .pyc to hgignore
.hgignore
--- a/.hgignore	Sat Feb 07 04:37:41 2009 +0200
+++ b/.hgignore	Sat Feb 07 04:37:51 2009 +0200
@@ -1,4 +1,5 @@
 syntax: regexp
 \.[^/]+.sw[op]$
+\.pyc$
 ^cache/templates/.