diff options
author | Justin Clarke Casey | 2008-03-26 16:18:49 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-26 16:18:49 +0000 |
commit | 0ca935ba08b3edc816df594c01b547521f088aef (patch) | |
tree | 6bcccecfe2abe202329efddead4f64e70b37beba | |
parent | * More log messages in the region registration process for debug purposes. S... (diff) | |
download | opensim-SC_OLD-0ca935ba08b3edc816df594c01b547521f088aef.zip opensim-SC_OLD-0ca935ba08b3edc816df594c01b547521f088aef.tar.gz opensim-SC_OLD-0ca935ba08b3edc816df594c01b547521f088aef.tar.bz2 opensim-SC_OLD-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)
-rw-r--r-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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$ |