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 /.gitignore | |
parent | Add a build script. (diff) | |
download | opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.zip opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.gz opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.bz2 opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.xz |
Dump OpenSim 0.9.0.1 into it's own branch.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 74 |
1 files changed, 33 insertions, 41 deletions
@@ -1,13 +1,6 @@ | |||
1 | /config/sim_skeleton/stop-sim | ||
2 | /config/sim_skeleton/start-sim | ||
3 | /config/sim_skeleton/common.sh | ||
4 | /config/sim_skeleton/backup-sim | ||
5 | /config/ROBUST/stop-sim | ||
6 | /config/ROBUST/start-sim | ||
7 | /config/ROBUST/common.sh | ||
8 | /config/Robust.ini | ||
9 | .project | 1 | .project |
10 | .settings | 2 | .settings |
3 | .gitignore | ||
11 | *.csproj | 4 | *.csproj |
12 | *.csproj.user | 5 | *.csproj.user |
13 | *.build | 6 | *.build |
@@ -18,6 +11,7 @@ | |||
18 | *.pidb | 11 | *.pidb |
19 | *.dll.build | 12 | *.dll.build |
20 | *.dll | 13 | *.dll |
14 | *.log | ||
21 | 15 | ||
22 | # Ignore .user and .suo files as these are user preference specific | 16 | # Ignore .user and .suo files as these are user preference specific |
23 | # http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control | 17 | # http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control |
@@ -37,53 +31,52 @@ | |||
37 | */*/*/*/*/bin | 31 | */*/*/*/*/bin |
38 | */*/*/*/*/*/bin | 32 | */*/*/*/*/*/bin |
39 | */*/*/*/*/*/*/bin | 33 | */*/*/*/*/*/*/bin |
34 | .vs/ | ||
35 | addon-modules/ | ||
40 | bin/Debug/*.dll | 36 | bin/Debug/*.dll |
41 | bin/*.dll.mdb | 37 | bin/*.dll.mdb |
42 | db/*.db | 38 | bin/*.db |
43 | db/*.db-journal | 39 | bin/*.db-journal |
44 | caches/addin-db-* | 40 | bin/addin-db-* |
45 | bin/*.dll | 41 | bin/*.dll |
46 | !bin/LukeSkywalker.IPNetwork.dll | ||
47 | !bin/Npgsql.dll | ||
48 | !bin/ICSharpCode.SharpZipLib.dll | ||
49 | bin/OpenSim.vshost.exe.config | 42 | bin/OpenSim.vshost.exe.config |
50 | bin/OpenSim.32BitLaunch.vshost.exe.config | 43 | bin/OpenSim.32BitLaunch.vshost.exe.config |
51 | logs/OpenSim.32BitLaunch.log | 44 | bin/OpenSim.32BitLaunch.log |
52 | UpgradeLog.XML | 45 | UpgradeLog.XML |
53 | _UpgradeReport_Files/ | 46 | _UpgradeReport_Files/ |
54 | caches/ScriptEngines/*-*-*-*-* | 47 | bin/ScriptEngines/*-*-*-*-* |
55 | caches/ScriptEngines/*.dll | 48 | bin/ScriptEngines/*.dll |
56 | caches/ScriptEngines/*/*.dll | 49 | bin/ScriptEngines/*/*.dll |
57 | caches/ScriptEngines/*/*.state | 50 | bin/ScriptEngines/*/*.state |
58 | bin/*.maddin | 51 | bin/*.maddin |
59 | bin/*.exe | 52 | bin/*.exe |
60 | bin/*.ini | 53 | bin/*.ini |
61 | caches/j2kDecodeCache | 54 | bin/j2kDecodeCache |
62 | bin/Physics* | 55 | bin/Physics* |
63 | bin/Terrain* | 56 | bin/Terrain* |
64 | caches/Regions/* | 57 | bin/Regions/* |
65 | bin/UserAssets | 58 | bin/UserAssets |
66 | caches/assetcache | 59 | bin/assetcache |
67 | caches/maptiles | 60 | bin/maptiles |
68 | bin/bakes | 61 | bin/bakes |
69 | bin/estate_settings.xml | 62 | bin/estate_settings.xml |
70 | config/config-include/CenomeCache.ini | 63 | bin/config-include/CenomeCache.ini |
71 | config/config-include/FlotsamCache.ini | 64 | bin/config-include/FlotsamCache.ini |
72 | config/config-include/GridCommon.ini | 65 | bin/config-include/GridCommon.ini |
73 | config/config-include/StandaloneCommon.ini | 66 | bin/config-include/StandaloneCommon.ini |
74 | logs/OpenSim.Grid.AssetInventoryServer.log | 67 | bin/OpenSim.Grid.AssetInventoryServer.log |
75 | logs/OpenSim.Grid.AssetServer.log | 68 | bin/OpenSim.Grid.AssetServer.log |
76 | logs/OpenSim.Grid.GridServer.log | 69 | bin/OpenSim.Grid.GridServer.log |
77 | logs/OpenSim.Grid.InventoryServer.log | 70 | bin/OpenSim.Grid.InventoryServer.log |
78 | logs/OpenSim.Grid.MessagingServer.log | 71 | bin/OpenSim.Grid.MessagingServer.log |
79 | logs/OpenSim.Grid.UserServer.log | 72 | bin/OpenSim.Grid.UserServer.log |
80 | logs/OpenSim.log | 73 | bin/OpenSim.log |
81 | logs/OpenSimStats.log | 74 | bin/OpenSimStats.log |
82 | logs/Robust.log | 75 | bin/Robust.log |
83 | logs/RobustStats.log | 76 | bin/RobustStats.log |
84 | logs/OpenSimConsoleHistory.txt | 77 | bin/OpenSimConsoleHistory.txt |
85 | logs/RobustConsoleHistory.txt | 78 | bin/RobustConsoleHistory.txt |
86 | logs/*.Tests.log | 79 | bin/*.Tests.log |
87 | bin/*.manifest | 80 | bin/*.manifest |
88 | bin/crashes/ | 81 | bin/crashes/ |
89 | Examples/*.dll | 82 | Examples/*.dll |
@@ -101,7 +94,6 @@ TAGS | |||
101 | Makefile.local | 94 | Makefile.local |
102 | bin/.version | 95 | bin/.version |
103 | compile.bat | 96 | compile.bat |
104 | addon-modules | ||
105 | OpenSim/Data/Tests/test-results/ | 97 | OpenSim/Data/Tests/test-results/ |
106 | OpenSim/Framework/Serialization/Tests/test-results/ | 98 | OpenSim/Framework/Serialization/Tests/test-results/ |
107 | OpenSim/Framework/Servers/Tests/test-results/ | 99 | OpenSim/Framework/Servers/Tests/test-results/ |