.hgignore
changeset 0 d970ebf37754
child 21 48c4eec2b7e6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,16 @@
+syntax: glob
+# Exclude these files from the git repo
+wp/wp-content/backup/*
+wp/wp-content/cache/*
+wp/wp-content/upgrade/*
+wp/wp-content/uploads/*
+sitemap.*
+wp-config.php
+ 
+# Hidden system files
+*.DS_Store
+*[Tt]humbs.db
+*.Trashes
+ 
+*/cache/*
+wp/wp-content/backup-*