# HG changeset patch # User raph # Date 1263557348 -3600 # Node ID 310378b4d851e08b4529594c082996b807a6fa8e # Parent 2a927239b09aa52e89257bfc3c1178322451df85 add .pyc ignore diff -r 2a927239b09a -r 310378b4d851 .hgignore --- a/.hgignore Fri Jan 15 12:44:59 2010 +0100 +++ b/.hgignore Fri Jan 15 13:09:08 2010 +0100 @@ -32,3 +32,7 @@ ^\.pydevproject$ syntax: regexp ^\.settings/.*$ + +syntax: glob +*.pyc +