|
@@ -34,13 +34,10 @@ Thumbs.db
|
|
|
|
|
|
[Bb]in
|
|
|
[Dd]ebug/
|
|
|
-[Dd]ebug.win32/
|
|
|
-[Dd]ebug.DLL/
|
|
|
*.sbr
|
|
|
*.sdf
|
|
|
obj/
|
|
|
[R]elease/
|
|
|
-[Rr]elease.win32/
|
|
|
_ReSharper*/
|
|
|
[Tt]est[Rr]esult*
|
|
|
ipch/
|
|
@@ -62,7 +59,6 @@ examples/*
|
|
|
!examples/*/
|
|
|
# Unignore all examples files with extension
|
|
|
!examples/*.c
|
|
|
-!examples/*.lua
|
|
|
!examples/*.png
|
|
|
# Unignore examples Makefile
|
|
|
!examples/Makefile
|
|
@@ -70,17 +66,6 @@ examples/*
|
|
|
!examples/raylib_compile_execute.bat
|
|
|
!examples/raylib_makefile_example.bat
|
|
|
|
|
|
-# Ignore all games files
|
|
|
-games/*
|
|
|
-# Unignore all games dirs
|
|
|
-!games/*/
|
|
|
-# Unignore all games files with extension
|
|
|
-!games/*.c
|
|
|
-!games/*.png
|
|
|
-# Unignore games makefile
|
|
|
-!games/Makefile
|
|
|
-!games/Makefile.Android
|
|
|
-
|
|
|
# Ignore files build by xcode
|
|
|
*.mode*v*
|
|
|
*.pbxuser
|
|
@@ -112,7 +97,6 @@ build
|
|
|
|
|
|
# Unignore These makefiles...
|
|
|
!examples/CMakeLists.txt
|
|
|
-!games/CMakeLists.txt
|
|
|
|
|
|
# Ignore GNU global tags
|
|
|
GPATH
|