Explorar el Código

Update to ignore Linux binaries (no extension)

pull/210/head
Ray hace 8 años
padre
commit
060d501cd1
Se han modificado 1 ficheros con 11 adiciones y 3 borrados
  1. +11
    -3
      .gitignore

+ 11
- 3
.gitignore Ver fichero

@ -51,6 +51,17 @@ ipch/
*.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
*.mode*v*
*.pbxuser
@ -68,9 +79,6 @@ DerivedData/
src/libraylib.a
src/libraylib.bc
# oculus example
!examples/oculus_glfw_sample/
# external libraries DLLs
!src/external/glfw3/lib/win32/glfw3.dll
!src/external/openal_soft/lib/win32/OpenAL32.dll

Cargando…
Cancelar
Guardar