diff options
author | David Walter Seikel | 2017-02-15 21:35:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2017-02-15 21:35:39 +1000 |
commit | 9c3e1255115736d9be3b86e94cca3615c61631b5 (patch) | |
tree | d0222a731a77d9395b6b404b98fee2789940d9e6 /.gitignore | |
parent | More docs. (diff) | |
download | opensim-SC_OLD-9c3e1255115736d9be3b86e94cca3615c61631b5.zip opensim-SC_OLD-9c3e1255115736d9be3b86e94cca3615c61631b5.tar.gz opensim-SC_OLD-9c3e1255115736d9be3b86e94cca3615c61631b5.tar.bz2 opensim-SC_OLD-9c3e1255115736d9be3b86e94cca3615c61631b5.tar.xz |
Include some missing dlls that should be in the source repo.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ db/*.db | |||
43 | db/*.db-journal | 43 | db/*.db-journal |
44 | caches/addin-db-* | 44 | caches/addin-db-* |
45 | bin/*.dll | 45 | bin/*.dll |
46 | !bin/LukeSkywalker.IPNetwork.dll | ||
47 | !bin/Npgsql.dll | ||
48 | !bin/ICSharpCode.SharpZipLib.dll | ||
46 | bin/OpenSim.vshost.exe.config | 49 | bin/OpenSim.vshost.exe.config |
47 | bin/OpenSim.32BitLaunch.vshost.exe.config | 50 | bin/OpenSim.32BitLaunch.vshost.exe.config |
48 | logs/OpenSim.32BitLaunch.log | 51 | logs/OpenSim.32BitLaunch.log |