mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-08 04:18:15 +00:00
Merge pull request #246 from RDR8/staging-linux-gitignore
staging-linux-gitignore
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
# Ignore VIM's backup generated files
|
# Ignore VIM's backup generated files
|
||||||
*.swp
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
# Ignore Android generated files and folders
|
# Ignore Android generated files and folders
|
||||||
src_android/obj/
|
src_android/obj/
|
||||||
@@ -62,6 +64,17 @@ examples/*
|
|||||||
# Unignore examples Makefile
|
# Unignore examples Makefile
|
||||||
!examples/Makefile
|
!examples/Makefile
|
||||||
|
|
||||||
|
# Ignore all games files
|
||||||
|
games/*
|
||||||
|
# Unignore all games dirs
|
||||||
|
!games/*/
|
||||||
|
# Unignore all games files with extension
|
||||||
|
!games/*.c
|
||||||
|
!games/*.lua
|
||||||
|
!games/*.png
|
||||||
|
# Unignore games makefile
|
||||||
|
!games/makefile
|
||||||
|
|
||||||
# Ignore files build by xcode
|
# Ignore files build by xcode
|
||||||
*.mode*v*
|
*.mode*v*
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
|
Reference in New Issue
Block a user