aboutsummaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-09-05 16:21:38 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-09-05 16:21:38 +0200
commit1febc81ed630561ac2b885e9bf5d9cac8c7294a2 (patch)
tree04051afca3f1928cd12dcda8523f033ae77e89a9 /.hgignore
parent886d8290f94adbb44021f1e3a8c97c87e4327a54 (diff)
ignore test db
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 10d21ae3..0bc79a01 100644
--- a/.hgignore
+++ b/.hgignore
@@ -10,4 +10,6 @@ syntax: regexp
syntax: regexp
^hg_app\.db$
syntax: regexp
-^repositories\.config$ \ No newline at end of file
+^test\.db$
+syntax: regexp
+^repositories\.config$