Merge pull request #246 from RDR8/staging-linux-gitignore

staging-linux-gitignore
This commit is contained in:
Ray 2017-03-22 14:10:28 +01:00 committed by GitHub
commit 6ba5217c28

13
.gitignore vendored
View File

@ -3,6 +3,8 @@
# Ignore VIM's backup generated files
*.swp
*.swo
*~
# Ignore Android generated files and folders
src_android/obj/
@ -62,6 +64,17 @@ examples/*
# Unignore 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
*.mode*v*
*.pbxuser