From 1623c2ff36c05aaaa2870194244d780d63d4945b Mon Sep 17 00:00:00 2001 From: Augusto Herrmann Date: Tue, 10 Sep 2013 09:25:24 -0300 Subject: [PATCH] acrescentado .hgignore --- .hgignore | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..71152ce --- /dev/null +++ b/.hgignore @@ -0,0 +1,9 @@ +syntax: glob + +*.pyc +*~ +*.orig +build/* +.sass-cache/* +assets.json +app/templates/* -- libgit2 0.21.2