[PATCH] hgignore: ignore more bytecode

Simon Heimberg simohe at besonet.ch
Tue Feb 8 00:31:44 CST 2011


# HG changeset patch
# User Simon Heimberg <simohe at besonet.ch>
# Date 1296716334 -3600
# Node ID 4b45b1553578afef4c32c018c3a41716262a731e
# Parent  41b708fd0aa6167ac264846ff2141f61a1cf5904
hgignore: ignore more bytecode

ignore optimized bytecode and jython bytecode

diff -r 41b708fd0aa6 -r 4b45b1553578 .hgignore
--- a/.hgignore	Die Feb 01 21:48:06 2011 +0100
+++ b/.hgignore	Don Feb 03 07:58:54 2011 +0100
@@ -9,6 +9,8 @@
 *.so
 *.pyd
 *.pyc
+*.pyo
+*$py.class
 *.swp
 *.prof
 \#*\#


More information about the Mercurial-devel mailing list