aboutsummaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-10-25 00:21:57 +0200
committercedricbonhomme <devnull@localhost>2011-10-25 00:21:57 +0200
commit9b94096a3b68103951fc432c9007acf5306d6d88 (patch)
tree8d5cd28c9abfbfce1d2272d0587382c0d1f50771 /.hgignore
parentIt is now possible to export all the database in the ePub format. (diff)
downloadnewspipe-9b94096a3b68103951fc432c9007acf5306d6d88.tar.gz
newspipe-9b94096a3b68103951fc432c9007acf5306d6d88.tar.bz2
newspipe-9b94096a3b68103951fc432c9007acf5306d6d88.zip
Added .hgignire file.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore18
1 files changed, 18 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 00000000..e41301b5
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,18 @@
+# use glob syntax
+syntax: glob
+
+*.elc
+*.pyc
+*~
+*.png
+*.db
+
+# Temporary files (vim backups)
+*.swp
+
+
+CherryPy log files:
+*.log
+
+
+cfg/pyAggr3g470r.cfg
bgstack15