summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorRay <[email protected]>2016-12-21 00:04:44 +0100
committerRay <[email protected]>2016-12-21 00:04:44 +0100
commit060d501cd1a8b591d38b3169ee98c416314261a7 (patch)
tree80a59f75035bece806dbb2c1fcb15d5d580d626f /.gitignore
parent4a9b77dd705790ec1c15fb139afdcc7093c8e2ad (diff)
downloadraylib-060d501cd1a8b591d38b3169ee98c416314261a7.tar.gz
raylib-060d501cd1a8b591d38b3169ee98c416314261a7.zip
Update to ignore Linux binaries (no extension)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 11 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 389876f7..a41d3741 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,17 @@ ipch/
*.exe
!tools/rREM/rrem.exe
+# Ignore all examples files
+examples/*
+# Unignore all examples dirs
+!examples/*/
+# Unignore all examples files with extension
+!examples/*.c
+!examples/*.lua
+!examples/*.png
+# Unignore examples Makefile
+!examples/Makefile
+
# Ignore files build by xcode
*.mode*v*
*.pbxuser
@@ -68,9 +79,6 @@ DerivedData/
src/libraylib.a
src/libraylib.bc
-# oculus example
-!examples/oculus_glfw_sample/
-
# external libraries DLLs
!src/external/glfw3/lib/win32/glfw3.dll
!src/external/openal_soft/lib/win32/OpenAL32.dll