add hgignore file.
authorShantanu <shantanu@fossee.in>
Thu, 21 Jan 2010 15:49:34 +0530
changeset 82 1d623f8d52a3
parent 81 3d20090b7cbd
child 83 c52c9a615356
add hgignore file.
.hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Thu Jan 21 15:49:34 2010 +0530
@@ -0,0 +1,34 @@
+# use glob syntax.
+syntax: glob
+
+*.html
+*.aux
+*.dvi
+*.log
+*.nav
+*.snm
+*.toc
+*.pdf
+*.vrb
+*.out
+*.sty
+*.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
+index.yaml
\ No newline at end of file