mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-11 14:08:48 +01:00
Ignore compiled binaries on templates (*.o, *.exe)
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,13 +1,6 @@
|
||||
# Ignore generated files
|
||||
# ...
|
||||
|
||||
# Ignore compiled binaries
|
||||
src/*.o
|
||||
src/*.exe
|
||||
examples/*.o
|
||||
examples/*.exe
|
||||
templates/*.exe
|
||||
|
||||
# Ignore Android generated files and folders
|
||||
src_android/obj/
|
||||
templates/android_project/bin/
|
||||
@ -48,6 +41,9 @@ _ReSharper*/
|
||||
[Tt]est[Rr]esult*
|
||||
ipch/
|
||||
*.opensdf
|
||||
|
||||
# Ignore compiled binaries
|
||||
*.o
|
||||
*.exe
|
||||
!tools/rrem.exe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user