# HG changeset patch # User Dirk Olmes # Date 1272296628 -7200 # Node ID 2ac144a983707a682c960f359e7199f8b49000d1 # Parent 8a624ee48a742f133bbc7300803b8eec89bdb8f6 add the .hgignore file to ignore .pyc files diff -r 8a624ee48a74 -r 2ac144a98370 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Mon Apr 26 17:43:48 2010 +0200 @@ -0,0 +1,2 @@ +syntax: glob +*.pyc