summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorRay <[email protected]>2017-05-18 19:24:24 +0200
committerRay <[email protected]>2017-05-18 19:24:24 +0200
commit9b24120cd93e2a388d7a07917dc0099f3b4f2b2e (patch)
treedd27b5fc49514e8063566c02f283fb3bcccfb0c8 /.gitignore
parentd033c87d27e4047d6578401f59f1bd6ea276dc61 (diff)
downloadraylib-9b24120cd93e2a388d7a07917dc0099f3b4f2b2e.tar.gz
raylib-9b24120cd93e2a388d7a07917dc0099f3b4f2b2e.zip
Updated libs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index ac535065..edcfcaa4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
+