mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-21 09:11:53 +00: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
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user