Updated the hgignore file to ignore all the unnecessary files.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Jan 2011 01:43:35 +0530
changeset 389 a25800ef4217
parent 387 32dd15eaf9d0
child 390 a745a95d12f2
Updated the hgignore file to ignore all the unnecessary files.
.hgignore
--- a/.hgignore	Wed Jan 12 00:22:27 2011 +0530
+++ b/.hgignore	Fri Jan 14 01:43:35 2011 +0530
@@ -1,12 +1,43 @@
+# use glob syntax.
 syntax: glob
 
 *.pyc
-*.swp
+*.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
+.*.swp
+*.egg
+*.egg-link
+*.svn*
+*.wpr
+.installed.cfg
+src/*
+parts
+downloads
+.xvpics*
+.project
+pytask/local.py
+pytask/pytask.egg-info
+pytask/static/media
+apache/*
+*.swp
 *.bak
+*.swo
+*.db-journal
 *.db
-bin/*
-develop-eggs/*
-downloads/*
-eggs/*
-parts/*