From 32f5f10b7a7108a668f7167f55cc301d8bacf5d5 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Thu, 26 Jan 2012 18:12:14 -0500 Subject: [PATCH] Added ingnore file --- .hgignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000..c93aa7128d --- /dev/null +++ b/.hgignore @@ -0,0 +1,7 @@ +syntax: glob +*.pyc +*~ +*.scssc +*.swp +*.orig +*.DS_Store