# HG changeset patch # User Pawel Solyga # Date 1240646964 -7200 # Node ID 030d014792c53028b23df25d04d9b7e3cf1a522b # Parent 1885cda38bb7306b41a5d90bf0af71201c96f1d5 Add .hgignore to repository and ignore all .pyc files and app.yaml file. Patch by: Pawel Solyga diff -r 1885cda38bb7 -r 030d014792c5 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat Apr 25 10:09:24 2009 +0200 @@ -0,0 +1,5 @@ +# use glob syntax. +syntax: glob + +*.pyc +app.yaml