aboutsummaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-11-30 00:19:20 +0100
committerMarcin Kuzminski <marcin@python-works.com>2012-11-30 00:19:20 +0100
commit226657afd0922dd731dac8e46e9a5ea07070b5a2 (patch)
treeab85047888d9af379e37389f1e2b5cc71d9f28c9 /.hgignore
parente37989ef78e4362ff137f13aa296b77a6cebe809 (diff)
fixed ignore of dev .ini files
--HG-- branch : beta
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index fa8b3597..fcbb7062 100644
--- a/.hgignore
+++ b/.hgignore
@@ -18,6 +18,6 @@ syntax: regexp
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
-^rc\.ini$
+^rc.*\.ini$
^fabfile.py
^\.rhodecode$