diff options
author | onefang | 2019-05-19 22:59:08 +1000 |
---|---|---|
committer | onefang | 2019-05-19 22:59:08 +1000 |
commit | d4b194f4f57aaaf1cf031288338a9d9bcb886e15 (patch) | |
tree | eb3feab4a2049dd0af6281a0b04bd2e6dfda9252 /.gitignore | |
parent | Don't read .ini region files, use .xml instead. (diff) | |
download | opensim-SC_OLD-d4b194f4f57aaaf1cf031288338a9d9bcb886e15.zip opensim-SC_OLD-d4b194f4f57aaaf1cf031288338a9d9bcb886e15.tar.gz opensim-SC_OLD-d4b194f4f57aaaf1cf031288338a9d9bcb886e15.tar.bz2 opensim-SC_OLD-d4b194f4f57aaaf1cf031288338a9d9bcb886e15.tar.xz |
Clean up .gitignore.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 2 insertions, 31 deletions
@@ -1,6 +1,6 @@ | |||
1 | .project | 1 | .project |
2 | .settings | 2 | .settings |
3 | .gitignore | 3 | #.gitignore |
4 | *.csproj | 4 | *.csproj |
5 | *.csproj.user | 5 | *.csproj.user |
6 | *.build | 6 | *.build |
@@ -35,48 +35,19 @@ | |||
35 | addon-modules/ | 35 | addon-modules/ |
36 | bin/Debug/*.dll | 36 | bin/Debug/*.dll |
37 | bin/*.dll.mdb | 37 | bin/*.dll.mdb |
38 | bin/*.db | ||
39 | bin/*.db-journal | ||
40 | bin/addin-db-* | ||
41 | bin/*.dll | 38 | bin/*.dll |
42 | bin/OpenSim.vshost.exe.config | 39 | bin/OpenSim.vshost.exe.config |
43 | bin/OpenSim.32BitLaunch.vshost.exe.config | 40 | bin/OpenSim.32BitLaunch.vshost.exe.config |
44 | bin/OpenSim.32BitLaunch.log | ||
45 | UpgradeLog.XML | 41 | UpgradeLog.XML |
46 | _UpgradeReport_Files/ | 42 | _UpgradeReport_Files/ |
47 | bin/ScriptEngines/*-*-*-*-* | ||
48 | bin/ScriptEngines/*.dll | ||
49 | bin/ScriptEngines/*/*.dll | ||
50 | bin/ScriptEngines/*/*.state | ||
51 | bin/*.maddin | 43 | bin/*.maddin |
52 | bin/*.exe | 44 | bin/*.exe |
53 | bin/*.ini | 45 | #bin/*.ini |
54 | bin/j2kDecodeCache | ||
55 | bin/Physics* | 46 | bin/Physics* |
56 | bin/Terrain* | 47 | bin/Terrain* |
57 | bin/Regions/* | ||
58 | bin/UserAssets | 48 | bin/UserAssets |
59 | bin/assetcache | ||
60 | bin/maptiles | ||
61 | bin/bakes | 49 | bin/bakes |
62 | bin/estate_settings.xml | 50 | bin/estate_settings.xml |
63 | bin/config-include/CenomeCache.ini | ||
64 | bin/config-include/FlotsamCache.ini | ||
65 | bin/config-include/GridCommon.ini | ||
66 | bin/config-include/StandaloneCommon.ini | ||
67 | bin/OpenSim.Grid.AssetInventoryServer.log | ||
68 | bin/OpenSim.Grid.AssetServer.log | ||
69 | bin/OpenSim.Grid.GridServer.log | ||
70 | bin/OpenSim.Grid.InventoryServer.log | ||
71 | bin/OpenSim.Grid.MessagingServer.log | ||
72 | bin/OpenSim.Grid.UserServer.log | ||
73 | bin/OpenSim.log | ||
74 | bin/OpenSimStats.log | ||
75 | bin/Robust.log | ||
76 | bin/RobustStats.log | ||
77 | bin/OpenSimConsoleHistory.txt | ||
78 | bin/RobustConsoleHistory.txt | ||
79 | bin/*.Tests.log | ||
80 | bin/*.manifest | 51 | bin/*.manifest |
81 | bin/crashes/ | 52 | bin/crashes/ |
82 | Examples/*.dll | 53 | Examples/*.dll |