diff options
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -38,13 +38,21 @@ bin/config-include/CenomeCache.ini | |||
38 | bin/config-include/FlotsamCache.ini | 38 | bin/config-include/FlotsamCache.ini |
39 | bin/config-include/GridCommon.ini | 39 | bin/config-include/GridCommon.ini |
40 | bin/config-include/StandaloneCommon.ini | 40 | bin/config-include/StandaloneCommon.ini |
41 | bin/OpenSim.Grid.AssetInventoryServer.log | ||
42 | bin/OpenSim.Grid.AssetServer.log | ||
43 | bin/OpenSim.Grid.GridServer.log | ||
44 | bin/OpenSim.Grid.InventoryServer.log | ||
45 | bin/OpenSim.Grid.MessagingServer.log | ||
46 | bin/OpenSim.Grid.UserServer.log | ||
47 | bin/OpenSim.log | ||
48 | bin/crashes/ | ||
41 | Examples/*.dll | 49 | Examples/*.dll |
42 | OpenSim.build | 50 | OpenSim.build |
43 | OpenSim.sln | 51 | OpenSim.sln |
44 | OpenSim.suo | 52 | OpenSim.suo |
45 | Prebuild/Prebuild.build | 53 | Prebuild/Prebuild.build |
46 | Prebuild/Prebuild.sln | 54 | Prebuild/Prebuild.sln |
47 | bin/OpenSim.log | 55 | TestResult.xml |
48 | cov/* | 56 | cov/* |
49 | OpenSim/OpenSim.userprefs | 57 | OpenSim/OpenSim.userprefs |
50 | OpenSim/OpenSim.usertasks | 58 | OpenSim/OpenSim.usertasks |
@@ -53,3 +61,4 @@ TAGS | |||
53 | Makefile.local | 61 | Makefile.local |
54 | bin/.version | 62 | bin/.version |
55 | compile.bat | 63 | compile.bat |
64 | |||