diff options
author | SignpostMarv | 2012-08-27 01:37:55 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-31 16:29:40 +0100 |
commit | 84a046eaf5f6f45752250154eddf9bdcd2494eb4 (patch) | |
tree | 7f0418ba0dda5b21889b55592b70db16d4995a5f /.gitignore | |
parent | Add VectorRenderModule.TestRepeatSameDrawDifferentExtraParams() (diff) | |
download | opensim-SC_OLD-84a046eaf5f6f45752250154eddf9bdcd2494eb4.zip opensim-SC_OLD-84a046eaf5f6f45752250154eddf9bdcd2494eb4.tar.gz opensim-SC_OLD-84a046eaf5f6f45752250154eddf9bdcd2494eb4.tar.bz2 opensim-SC_OLD-84a046eaf5f6f45752250154eddf9bdcd2494eb4.tar.xz |
adding some files to .gitignore that get generated when debugging in c# express with OpenSim.32BitLaunch as the startup project
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ bin/*.db-journal | |||
30 | bin/addin-db-* | 30 | bin/addin-db-* |
31 | bin/*.dll | 31 | bin/*.dll |
32 | bin/OpenSim.vshost.exe.config | 32 | bin/OpenSim.vshost.exe.config |
33 | bin/OpenSim.32BitLaunch.vshost.exe.config | ||
34 | bin/OpenSim.32BitLaunch.log | ||
35 | UpgradeLog.XML | ||
36 | _UpgradeReport_Files/ | ||
33 | bin/ScriptEngines/*-*-*-*-* | 37 | bin/ScriptEngines/*-*-*-*-* |
34 | bin/ScriptEngines/*.dll | 38 | bin/ScriptEngines/*.dll |
35 | bin/ScriptEngines/*/*.dll | 39 | bin/ScriptEngines/*/*.dll |