Update to ignore Linux binaries (no extension)
This commit is contained in:
parent
4a9b77dd70
commit
060d501cd1
1 changed files with 11 additions and 3 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -51,6 +51,17 @@ ipch/
|
||||||
*.exe
|
*.exe
|
||||||
!tools/rREM/rrem.exe
|
!tools/rREM/rrem.exe
|
||||||
|
|
||||||
|
# Ignore all examples files
|
||||||
|
examples/*
|
||||||
|
# Unignore all examples dirs
|
||||||
|
!examples/*/
|
||||||
|
# Unignore all examples files with extension
|
||||||
|
!examples/*.c
|
||||||
|
!examples/*.lua
|
||||||
|
!examples/*.png
|
||||||
|
# Unignore examples Makefile
|
||||||
|
!examples/Makefile
|
||||||
|
|
||||||
# Ignore files build by xcode
|
# Ignore files build by xcode
|
||||||
*.mode*v*
|
*.mode*v*
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
|
@ -68,9 +79,6 @@ DerivedData/
|
||||||
src/libraylib.a
|
src/libraylib.a
|
||||||
src/libraylib.bc
|
src/libraylib.bc
|
||||||
|
|
||||||
# oculus example
|
|
||||||
!examples/oculus_glfw_sample/
|
|
||||||
|
|
||||||
# external libraries DLLs
|
# external libraries DLLs
|
||||||
!src/external/glfw3/lib/win32/glfw3.dll
|
!src/external/glfw3/lib/win32/glfw3.dll
|
||||||
!src/external/openal_soft/lib/win32/OpenAL32.dll
|
!src/external/openal_soft/lib/win32/OpenAL32.dll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue