diff options
author | UbitUmarov | 2015-09-01 11:43:07 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-01 11:43:07 +0100 |
commit | fb78b182520fc9bb0f971afd0322029c70278ea6 (patch) | |
tree | b4e30d383938fdeef8c92d1d1c2f44bb61d329bd /.hgignore | |
parent | lixo (diff) | |
parent | Mantis #7713: fixed bug introduced by 1st MOSES patch. (diff) | |
download | opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.zip opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.gz opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.bz2 opensim-SC_OLD-fb78b182520fc9bb0f971afd0322029c70278ea6.tar.xz |
Merge remote-tracking branch 'os/master'
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..29bba21 --- /dev/null +++ b/.hgignore | |||
@@ -0,0 +1,23 @@ | |||
1 | ^tailor.state.old$ | ||
2 | ^tailor.state.journal$ | ||
3 | \.csproj$ | ||
4 | \.csproj\.user$ | ||
5 | \.mdp$ | ||
6 | \.mds$ | ||
7 | \.dll\.build$ | ||
8 | ^bin/Debug/.+\.dll$ | ||
9 | ^bin/.+\.db$ | ||
10 | ^bin/OpenSim\.ini$ | ||
11 | ^bin/OpenSim\.log$ | ||
12 | ^bin/estate_settings\.xml$ | ||
13 | ^bin/Regions | ||
14 | bin/.+\.dll.mdb$ | ||
15 | bin/addin-db- | ||
16 | bin/.+\.dll$ | ||
17 | bin/.+\.maddin$ | ||
18 | Examples/.+\.dll$ | ||
19 | ^bin/.+\.exe | ||
20 | ^(OpenSim|Prebuild)/.+\.(exe|exe\.build|exe\.mdb)$ | ||
21 | ^OpenSim\.(build|sln)$ | ||
22 | ^Prebuild/Prebuild\.(build|sln)$ | ||
23 | .+~$ | ||