changeset 13346:91fe769ac84e

hgignore: ignore more bytecode ignore optimized bytecode and jython bytecode
author Simon Heimberg <simohe@besonet.ch>
date Thu, 03 Feb 2011 07:58:54 +0100
parents b8214d871338
children ce07defe7d9f
files .hgignore
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sat Feb 05 14:37:25 2011 +0000
+++ b/.hgignore	Thu Feb 03 07:58:54 2011 +0100
@@ -9,6 +9,8 @@
 *.so
 *.pyd
 *.pyc
+*.pyo
+*$py.class
 *.swp
 *.prof
 \#*\#