diff options
| author | Joshua Reisenauer <kd7tck@msn.com> | 2016-06-06 15:30:41 -0700 |
|---|---|---|
| committer | Joshua Reisenauer <kd7tck@msn.com> | 2016-06-06 15:30:41 -0700 |
| commit | 76536fe24bb3b51164d4e94aebe8540b5f18f96e (patch) | |
| tree | 4cc7c7f8406c80ef1b8adf7319add2509c31242b /.gitignore | |
| parent | e3b248545353720090f28a6c4e8a8c8a34bb1269 (diff) | |
| parent | 1bcf500ecac076892c4eac0594b997add6dcac71 (diff) | |
| download | raylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.tar.gz raylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
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 |
