summaryrefslogtreecommitdiff
path: root/libs/raylib/.gitignore
diff options
context:
space:
mode:
authorLuca Sas <sas.luca.alex@gmail.com>2020-10-01 19:17:58 +0100
committerLuca Sas <sas.luca.alex@gmail.com>2020-10-01 19:17:58 +0100
commit45ee5878397822c41b9109d0e3bc2d635c8c8634 (patch)
treee94f7a4c3d7c94760ff5b96886a2632f0d3d5f6b /libs/raylib/.gitignore
parent224c1c2087195c48d4a116ba9db0faa209e50332 (diff)
downloadgamejam-slgj-2024-45ee5878397822c41b9109d0e3bc2d635c8c8634.tar.gz
gamejam-slgj-2024-45ee5878397822c41b9109d0e3bc2d635c8c8634.tar.bz2
gamejam-slgj-2024-45ee5878397822c41b9109d0e3bc2d635c8c8634.zip
Updated to raylib 3.0
Diffstat (limited to 'libs/raylib/.gitignore')
-rw-r--r--libs/raylib/.gitignore27
1 files changed, 4 insertions, 23 deletions
diff --git a/libs/raylib/.gitignore b/libs/raylib/.gitignore
index 17cad97..1fb70e8 100644
--- a/libs/raylib/.gitignore
+++ b/libs/raylib/.gitignore
@@ -30,6 +30,7 @@ Thumbs.db
*.cache
*.ilk
*.log
+.vs
[Bb]in
[Dd]ebug/
@@ -54,7 +55,6 @@ packages/
*.a
*.bc
*.so
-!raylib.rc.o
# Ignore all examples files
examples/*
@@ -76,7 +76,6 @@ games/*
!games/*/
# Unignore all games files with extension
!games/*.c
-!games/*.lua
!games/*.png
# Unignore games makefile
!games/Makefile
@@ -96,22 +95,9 @@ xcschememanagement.plist
xcuserdata/
DerivedData/
-# Visual Studio project
-project/VS2015.UWP/packages
-project/VS2017/packages
-
-# Web examples
-docs/examples/web/*.html
-docs/examples/web/*/*.html
-!docs/examples/web/loader.html
-!docs/examples/web/core/loader.html
-!docs/examples/web/shapes/loader.html
-!docs/examples/web/text/loader.html
-!docs/examples/web/textures/loader.html
-!docs/examples/web/audio/loader.html
-!docs/examples/web/physac/loader.html
-!docs/examples/web/shaders/loader.html
-!docs/examples/web/models/loader.html
+# Jetbrains project
+.idea/
+cmake-build-debug/
# CMake stuff
CMakeCache.txt
@@ -124,17 +110,12 @@ install_manifest.txt
compile_commands.json
CTestTestfile.cmake
build
-!templates/android_project/Makefile
# Unignore These makefiles...
!examples/CMakeLists.txt
!games/CMakeLists.txt
-# Ignore Android generated files and folders
-templates/android_project/output
-
# Ignore GNU global tags
GPATH
GRTAGS
GTAGS
-.vs