From: Peter Schaefer Date: Mon, 9 Mar 2015 20:41:27 +0000 (+0100) Subject: fixed gitIgnore (allow bin/DLL) X-Git-Url: https://git.leopard-lacewing.eu/?a=commitdiff_plain;h=f4f109b71d29d0bb50bd56167ca84cdc319aaa4d;p=cgue_weave.git fixed gitIgnore (allow bin/DLL) added dll's --- diff --git a/.gitignore b/.gitignore index c25df7c..0ba0042 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,8 @@ *.opensdf build-* -bin +bin/*.exe +bin/*.pdb Submission* Debug diff --git a/bin/FreeImage.dll b/bin/FreeImage.dll new file mode 100644 index 0000000..a9e7314 Binary files /dev/null and b/bin/FreeImage.dll differ diff --git a/bin/SDL2.dll b/bin/SDL2.dll new file mode 100644 index 0000000..a65b22c Binary files /dev/null and b/bin/SDL2.dll differ diff --git a/bin/assimp.dll b/bin/assimp.dll new file mode 100644 index 0000000..cdaec66 Binary files /dev/null and b/bin/assimp.dll differ diff --git a/bin/freetype6.dll b/bin/freetype6.dll new file mode 100644 index 0000000..e35edc6 Binary files /dev/null and b/bin/freetype6.dll differ diff --git a/bin/glew32.dll b/bin/glew32.dll new file mode 100644 index 0000000..a6cc6fd Binary files /dev/null and b/bin/glew32.dll differ diff --git a/bin/zlib1.dll b/bin/zlib1.dll new file mode 100644 index 0000000..9ea38d5 Binary files /dev/null and b/bin/zlib1.dll differ