aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.hgignore
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-26 16:18:49 +0000
committerJustin Clarke Casey2008-03-26 16:18:49 +0000
commit0ca935ba08b3edc816df594c01b547521f088aef (patch)
tree6bcccecfe2abe202329efddead4f64e70b37beba /.hgignore
parent* More log messages in the region registration process for debug purposes. S... (diff)
downloadopensim-SC-0ca935ba08b3edc816df594c01b547521f088aef.zip
opensim-SC-0ca935ba08b3edc816df594c01b547521f088aef.tar.gz
opensim-SC-0ca935ba08b3edc816df594c01b547521f088aef.tar.bz2
opensim-SC-0ca935ba08b3edc816df594c01b547521f088aef.tar.xz
From: Dr Scofield <hud@zurich.ibm.com>
Patch to ignore .mdp and .mds files (.hgignore contains ignore patterns for a mercurial repository)
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index cc35398..223c8ee 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,6 +3,8 @@
3^tailor.state.journal$ 3^tailor.state.journal$
4\.csproj$ 4\.csproj$
5\.csproj\.user$ 5\.csproj\.user$
6\.mdp$
7\.mds$
6\.dll\.build$ 8\.dll\.build$
7/bin/Debug/.+\.dll$ 9/bin/Debug/.+\.dll$
8/bin/Debug/.+\.dll.mdb$ 10/bin/Debug/.+\.dll.mdb$