Add a .hgingore file default tip
authorPuneeth Chaganti <punchagan@fossee.in>
Sun, 30 Jan 2011 12:41:10 +0530
changeset 5 c263a26867d4
parent 4 e6e33366df0f
Add a .hgingore file
.hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun Jan 30 12:41:10 2011 +0530
@@ -0,0 +1,20 @@
+# Use glob style
+syntax: glob
+
+# Python related files
+*.py{c,o}
+
+# Django related
+*.db
+
+# Emacs related files
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+.elc
+auto-save-list
+tramp
+
+# Mercurial related
+*.orig