diff options
author | onefang | 2019-05-19 21:24:15 +1000 |
---|---|---|
committer | onefang | 2019-05-19 21:24:15 +1000 |
commit | 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb (patch) | |
tree | a9fbc62df9eb2d1d9ba2698d8552eae71eca20d8 /.hgignore | |
parent | Add a build script. (diff) | |
download | opensim-SC_OLD-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.zip opensim-SC_OLD-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.gz opensim-SC_OLD-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.bz2 opensim-SC_OLD-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.xz |
Dump OpenSim 0.9.0.1 into it's own branch.
Diffstat (limited to '')
-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 | .+~$ | ||