aboutsummaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-blog.com>2010-04-11 20:20:13 +0200
committerMarcin Kuzminski <marcin@python-blog.com>2010-04-11 20:20:13 +0200
commit2fd08ab3e303a9b9a5c4c45b11c9b29f7add4681 (patch)
treed3e7a9595b43f85d25b2d4d1e6c1c02b5568ea29 /.hgignore
parent777d748949f713c04f0d761c8f5f288dda9d24c5 (diff)
ignore db file
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 88661db7..f59845ec 100644
--- a/.hgignore
+++ b/.hgignore
@@ -6,4 +6,6 @@ syntax: regexp
syntax: regexp
^\.project$
syntax: regexp
-^\.pydevproject$ \ No newline at end of file
+^\.pydevproject$
+syntax: regexp
+^hg_app\.db$ \ No newline at end of file