diff options
author | cedricbonhomme <devnull@localhost> | 2011-10-25 00:21:57 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-10-25 00:21:57 +0200 |
commit | 9b94096a3b68103951fc432c9007acf5306d6d88 (patch) | |
tree | 8d5cd28c9abfbfce1d2272d0587382c0d1f50771 | |
parent | It is now possible to export all the database in the ePub format. (diff) | |
download | newspipe-9b94096a3b68103951fc432c9007acf5306d6d88.tar.gz newspipe-9b94096a3b68103951fc432c9007acf5306d6d88.tar.bz2 newspipe-9b94096a3b68103951fc432c9007acf5306d6d88.zip |
Added .hgignire file.
-rw-r--r-- | .hgignore | 18 |
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 |