diff options
author | Dr Scofield | 2009-02-09 09:02:49 +0000 |
---|---|---|
committer | Dr Scofield | 2009-02-09 09:02:49 +0000 |
commit | 2c4ccc2347ef9830918f73957fa0ef638d0cfa8b (patch) | |
tree | 18042d1731bb766c24eb3dd54c1508b10fb224dc | |
parent | Thanks Tommi Laukkanen for a patch that allows the (diff) | |
download | opensim-SC_OLD-2c4ccc2347ef9830918f73957fa0ef638d0cfa8b.zip opensim-SC_OLD-2c4ccc2347ef9830918f73957fa0ef638d0cfa8b.tar.gz opensim-SC_OLD-2c4ccc2347ef9830918f73957fa0ef638d0cfa8b.tar.bz2 opensim-SC_OLD-2c4ccc2347ef9830918f73957fa0ef638d0cfa8b.tar.xz |
adding bin/ScriptEngines/*/*.{dll,state}, bin/j2kDecodeCache,
bin/UserAssets to .gitignore
-rw-r--r-- | .gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -19,17 +19,21 @@ bin/*.dll.mdb | |||
19 | bin/addin-db-* | 19 | bin/addin-db-* |
20 | bin/*.dll | 20 | bin/*.dll |
21 | bin/ScriptEngines/*.dll | 21 | bin/ScriptEngines/*.dll |
22 | bin/ScriptEngines/*/*.dll | ||
23 | bin/ScriptEngines/*/*.state | ||
22 | bin/*.maddin | 24 | bin/*.maddin |
23 | Examples/*.dll | ||
24 | bin/*.exe | 25 | bin/*.exe |
26 | bin/j2kDecodeCache | ||
27 | bin/Physics* | ||
28 | bin/Terrain* | ||
29 | bin/UserAssets | ||
30 | bin/estate_settings.xml | ||
31 | Examples/*.dll | ||
25 | OpenSim.build | 32 | OpenSim.build |
26 | OpenSim.sln | 33 | OpenSim.sln |
27 | Prebuild/Prebuild.build | 34 | Prebuild/Prebuild.build |
28 | Prebuild/Prebuild.sln | 35 | Prebuild/Prebuild.sln |
29 | bin/OpenSim.log | 36 | bin/OpenSim.log |
30 | bin/Physics* | ||
31 | bin/Terrain* | ||
32 | bin/estate_settings.xml | ||
33 | cov/* | 37 | cov/* |
34 | OpenSim/OpenSim.userprefs | 38 | OpenSim/OpenSim.userprefs |
35 | OpenSim/OpenSim.usertasks | 39 | OpenSim/OpenSim.usertasks |