From 1ef4f24b42b983d660e637f157f894d02915dfe0 Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Sat, 25 Apr 2009 10:09:24 +0200 Subject: [PATCH] Add .hgignore to repository and ignore all .pyc files and app.yaml file. Patch by: Pawel Solyga --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..a2178b7a --- /dev/null +++ b/.hgignore @@ -0,0 +1,5 @@ +# use glob syntax. +syntax: glob + +*.pyc +app.yaml -- 2.11.4.GIT