diff options
author | dr scofield (aka dirk husemann) | 2009-09-09 08:20:36 +0200 |
---|---|---|
committer | dr scofield (aka dirk husemann) | 2009-09-09 09:56:07 +0200 |
commit | 7796033f0dec17fa89388478b145495788b27611 (patch) | |
tree | 5afda2799c36c352fdb335a38b83dd6cf481d0cb /.gitignore | |
parent | fix: unicode notecards not surviving script treatment (fixes #4119 --- (diff) | |
download | opensim-SC_OLD-7796033f0dec17fa89388478b145495788b27611.zip opensim-SC_OLD-7796033f0dec17fa89388478b145495788b27611.tar.gz opensim-SC_OLD-7796033f0dec17fa89388478b145495788b27611.tar.bz2 opensim-SC_OLD-7796033f0dec17fa89388478b145495788b27611.tar.xz |
additional log files to ignore, also ignoring TestResult.xml
Diffstat (limited to '')
-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 | |||