]> git.leopard-lacewing.eu Git - cgue_weave.git/commitdiff
fixed gitIgnore (allow bin/DLL)
authorPeter Schaefer <schaeferpm@gmail.com>
Mon, 9 Mar 2015 20:41:27 +0000 (21:41 +0100)
committerPeter Schaefer <schaeferpm@gmail.com>
Mon, 9 Mar 2015 20:41:27 +0000 (21:41 +0100)
added dll's

.gitignore
bin/FreeImage.dll [new file with mode: 0644]
bin/SDL2.dll [new file with mode: 0644]
bin/assimp.dll [new file with mode: 0644]
bin/freetype6.dll [new file with mode: 0644]
bin/glew32.dll [new file with mode: 0644]
bin/zlib1.dll [new file with mode: 0644]

index c25df7ce6eb14f3d9976f41c94d91bec51bc09b0..0ba0042f863c1e0867d3cb06304174882f091359 100644 (file)
@@ -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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..9ea38d5
Binary files /dev/null and b/bin/zlib1.dll differ