diff --git a/.gitignore b/.gitignore index 226ada1..2ab95b6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,10 +22,10 @@ *.smod # Compiled Static libraries -*.lai -*.la -*.a -*.lib +# *.lai +# *.la +# *.a +# *.lib # Executables *.exe @@ -52,10 +52,10 @@ *.pch # Libraries -*.lib -*.a -*.la -*.lo +# *.lib +# *.a +# *.la +# *.lo # Shared objects (inc. Windows DLLs) *.dll @@ -99,4 +99,5 @@ compile_commands.json CTestTestfile.cmake _deps CMakeUserPresets.json +build diff --git a/libraries/libglfw3.a b/libraries/libglfw3.a new file mode 100644 index 0000000..76ced98 Binary files /dev/null and b/libraries/libglfw3.a differ