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