diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -65,4 +65,8 @@ DerivedData/ src/libraylib.a # oculus example -!examples/oculus_glfw_sample/LibOVRRT32_1.dll
\ No newline at end of file +!examples/oculus_glfw_sample/LibOVRRT32_1.dll + +# external libraries DLLs +!src/external/glfw3/lib/win32/glfw3.dll +!src/external/openal_soft/lib/win32/OpenAL32.dll |
