diff --git a/.gitignore b/.gitignore index 87d0ba64..7e276829 100644 --- a/.gitignore +++ b/.gitignore @@ -127,4 +127,5 @@ src/libraylib.bc !release/linux/libraylib.a !release/linux/libraylib.so !release/rpi/libraylib.a +!release/win32/mingw32/raylib.dll diff --git a/release/win32/mingw32/raylib.dll b/release/win32/mingw32/raylib.dll new file mode 100644 index 00000000..6740ea4f Binary files /dev/null and b/release/win32/mingw32/raylib.dll differ