diff options
| author | Ray <[email protected]> | 2017-05-18 19:24:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-05-18 19:24:24 +0200 |
| commit | 9b24120cd93e2a388d7a07917dc0099f3b4f2b2e (patch) | |
| tree | dd27b5fc49514e8063566c02f283fb3bcccfb0c8 /.gitignore | |
| parent | d033c87d27e4047d6578401f59f1bd6ea276dc61 (diff) | |
| download | raylib-9b24120cd93e2a388d7a07917dc0099f3b4f2b2e.tar.gz raylib-9b24120cd93e2a388d7a07917dc0099f3b4f2b2e.zip | |
Updated libs
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -74,7 +74,7 @@ games/* !games/*.lua !games/*.png # Unignore games makefile -!games/makefile +!games/Makefile # Ignore files build by xcode *.mode*v* @@ -96,8 +96,6 @@ src/libraylib.bc # external libraries DLLs !src/external/glfw3/lib/win32/glfw3.dll !src/external/openal_soft/lib/win32/OpenAL32.dll -!src/external/OculusSDK/LibOVR/LibOVRRT32_1.dll -!src/external/pthread/lib/pthreadGC2.dll # Visual Studio project project/vs2015/*.db @@ -123,3 +121,10 @@ docs/examples/web/*/*.html !docs/examples/web/shaders/loader.html !docs/examples/web/models/loader.html +# raylib release libs +!release/android/armeabi-v7a/libraylib.a +!release/android/armeabi-v7a/libraylib.so +!release/linux/libraylib.a +!release/linux/libraylib.so +!release/rpi/libraylib.a + |
