add .pyc to hgignore
authorTero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 04:37:51 +0200
changeset 164 f0612affe8e4
parent 163 5cefbd93926a
child 165 edfe75095688
add .pyc to hgignore
.hgignore
--- a/.hgignore	Sat Feb 07 04:37:28 2009 +0200
+++ b/.hgignore	Sat Feb 07 04:37:51 2009 +0200
@@ -1,4 +1,5 @@
 syntax: regexp
 \.[^/]+.sw[op]$
+\.pyc$
 ^cache/templates/.