From 9c3e1255115736d9be3b86e94cca3615c61631b5 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 15 Feb 2017 21:35:39 +1000 Subject: Include some missing dlls that should be in the source repo. --- .gitignore | 3 +++ bin/ICSharpCode.SharpZipLib.dll | Bin 0 -> 200704 bytes bin/LukeSkywalker.IPNetwork.dll | Bin 0 -> 18432 bytes bin/Npgsql.dll | Bin 0 -> 413184 bytes 4 files changed, 3 insertions(+) create mode 100644 bin/ICSharpCode.SharpZipLib.dll create mode 100755 bin/LukeSkywalker.IPNetwork.dll create mode 100755 bin/Npgsql.dll diff --git a/.gitignore b/.gitignore index 01a5d17..21f3d45 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,9 @@ db/*.db db/*.db-journal caches/addin-db-* bin/*.dll +!bin/LukeSkywalker.IPNetwork.dll +!bin/Npgsql.dll +!bin/ICSharpCode.SharpZipLib.dll bin/OpenSim.vshost.exe.config bin/OpenSim.32BitLaunch.vshost.exe.config logs/OpenSim.32BitLaunch.log diff --git a/bin/ICSharpCode.SharpZipLib.dll b/bin/ICSharpCode.SharpZipLib.dll new file mode 100644 index 0000000..fe643eb Binary files /dev/null and b/bin/ICSharpCode.SharpZipLib.dll differ diff --git a/bin/LukeSkywalker.IPNetwork.dll b/bin/LukeSkywalker.IPNetwork.dll new file mode 100755 index 0000000..25bcc2f Binary files /dev/null and b/bin/LukeSkywalker.IPNetwork.dll differ diff --git a/bin/Npgsql.dll b/bin/Npgsql.dll new file mode 100755 index 0000000..24ca4bd Binary files /dev/null and b/bin/Npgsql.dll differ -- cgit v1.1