Ignore .py[co] files (python bytecodes)
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sun, 06 Apr 2008 21:41:31 +0100
changeset 2885 34fd5f64cf72
parent 2884 635509281306
child 2886 8226157800a8
Ignore .py[co] files (python bytecodes)
.hgignore
--- a/.hgignore	Sun Apr 06 19:58:29 2008 +0100
+++ b/.hgignore	Sun Apr 06 21:41:31 2008 +0100
@@ -9,3 +9,4 @@
 ^\.lock-wscript
 ^\.waf
 ^doc/introspected-doxygen\.h$
+.*\.py[co]$