Add .hgignore to repository and ignore all .pyc files and app.yaml file.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sat, 25 Apr 2009 10:09:24 +0200
changeset 2275 030d014792c5
parent 2274 1885cda38bb7
child 2276 ec80019740ea
Add .hgignore to repository and ignore all .pyc files and app.yaml file. Patch by: Pawel Solyga
.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