Added .hgignore file.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Fri, 30 Oct 2009 15:08:20 +0530
changeset 0 9a77edda77b7
child 1 fda1c66b25f9
Added .hgignore file.
.hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Fri Oct 30 15:08:20 2009 +0530
@@ -0,0 +1,23 @@
+# use glob syntax.
+syntax: glob
+
+*.pyc
+*.zip
+*~
+.project
+.pydevproject
+app.yaml
+build
+tests/coverageResults
+*,cover
+tests/.coverage
+*.git
+*.egg-info
+eggs
+parts
+.installed.cfg
+bin
+develop-eggs
+.gitignore
+.DS_Store
+.settings