diff --git a/.gitignore b/.gitignore index 8cc0d2a..f0738af 100644 --- a/.gitignore +++ b/.gitignore @@ -10,23 +10,23 @@ *.pch # Compiled Dynamic libraries -*.so -*.dylib -*.dll +#*.so +#*.dylib +#*.dll # Fortran module files *.mod # Compiled Static libraries -*.lai -*.la -*.a -*.lib +#*.lai +#*.la +#*.a +#*.lib # Executables -*.exe -*.out -*.app +#*.exe +#*.out +#*.app # ---> C # Object files @@ -40,10 +40,10 @@ *.pch # Libraries -*.lib -*.a -*.la -*.lo +#*.lib +#*.a +#*.la +#*.lo # Shared objects (inc. Windows DLLs) #*.dll @@ -52,12 +52,12 @@ #*.dylib # Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex +#*.exe +#*.out +#*.app +#*.i*86 +#*.x86_64 +#*.hex # Debug files *.dSYM/ diff --git a/imanox-chroma-matting/bin/Debug/imanox-chroma-matting.exe b/imanox-chroma-matting/bin/Debug/imanox-chroma-matting.exe new file mode 100644 index 0000000..1da5874 Binary files /dev/null and b/imanox-chroma-matting/bin/Debug/imanox-chroma-matting.exe differ diff --git a/opengl-test-two/bin/Debug/opengl-test-two.exe b/opengl-test-two/bin/Debug/opengl-test-two.exe new file mode 100644 index 0000000..5d64413 Binary files /dev/null and b/opengl-test-two/bin/Debug/opengl-test-two.exe differ diff --git a/opengl-test-two/lib-mingw/glfw3.dll b/opengl-test-two/lib-mingw/glfw3.dll new file mode 100644 index 0000000..62958a8 Binary files /dev/null and b/opengl-test-two/lib-mingw/glfw3.dll differ diff --git a/opengl-test-two/lib-mingw/libglfw3.a b/opengl-test-two/lib-mingw/libglfw3.a new file mode 100644 index 0000000..7736ad0 Binary files /dev/null and b/opengl-test-two/lib-mingw/libglfw3.a differ diff --git a/opengl-test-two/lib-mingw/libglfw3dll.a b/opengl-test-two/lib-mingw/libglfw3dll.a new file mode 100644 index 0000000..7c5b9e7 Binary files /dev/null and b/opengl-test-two/lib-mingw/libglfw3dll.a differ