Update .gitignore
This commit is contained in:
parent
9095dd9e82
commit
2efb50cc63
14
.gitignore
vendored
14
.gitignore
vendored
@ -53,17 +53,6 @@ packages/
|
|||||||
*.bc
|
*.bc
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Ignore all examples files
|
|
||||||
examples/*
|
|
||||||
# Unignore all examples files with extension
|
|
||||||
!examples/*.c
|
|
||||||
!examples/*.png
|
|
||||||
# Unignore examples Makefile
|
|
||||||
!examples/Makefile
|
|
||||||
!examples/Makefile.Android
|
|
||||||
!examples/raylib_compile_execute.bat
|
|
||||||
!examples/raylib_makefile_example.bat
|
|
||||||
|
|
||||||
# Ignore files build by xcode
|
# Ignore files build by xcode
|
||||||
*.mode*v*
|
*.mode*v*
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
@ -93,9 +82,6 @@ compile_commands.json
|
|||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
build
|
build
|
||||||
|
|
||||||
# Unignore These makefiles...
|
|
||||||
!examples/CMakeLists.txt
|
|
||||||
|
|
||||||
# Ignore GNU global tags
|
# Ignore GNU global tags
|
||||||
GPATH
|
GPATH
|
||||||
GRTAGS
|
GRTAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user