aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoshua Reisenauer <kd7tck@msn.com>2016-06-06 15:30:41 -0700
committerJoshua Reisenauer <kd7tck@msn.com>2016-06-06 15:30:41 -0700
commit76536fe24bb3b51164d4e94aebe8540b5f18f96e (patch)
tree4cc7c7f8406c80ef1b8adf7319add2509c31242b /.gitignore
parente3b248545353720090f28a6c4e8a8c8a34bb1269 (diff)
parent1bcf500ecac076892c4eac0594b997add6dcac71 (diff)
downloadraylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.tar.gz
raylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d6a55b26..fc9df075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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