Ignore compiled binaries on templates (*.o, *.exe)
This commit is contained in:
parent
bb8c1826d3
commit
2968ba9938
12 changed files with 3 additions and 7 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,13 +1,6 @@
|
||||||
# Ignore generated files
|
# Ignore generated files
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
# Ignore compiled binaries
|
|
||||||
src/*.o
|
|
||||||
src/*.exe
|
|
||||||
examples/*.o
|
|
||||||
examples/*.exe
|
|
||||||
templates/*.exe
|
|
||||||
|
|
||||||
# Ignore Android generated files and folders
|
# Ignore Android generated files and folders
|
||||||
src_android/obj/
|
src_android/obj/
|
||||||
templates/android_project/bin/
|
templates/android_project/bin/
|
||||||
|
@ -48,6 +41,9 @@ _ReSharper*/
|
||||||
[Tt]est[Rr]esult*
|
[Tt]est[Rr]esult*
|
||||||
ipch/
|
ipch/
|
||||||
*.opensdf
|
*.opensdf
|
||||||
|
|
||||||
|
# Ignore compiled binaries
|
||||||
|
*.o
|
||||||
*.exe
|
*.exe
|
||||||
!tools/rrem.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.
Loading…
Add table
Add a link
Reference in a new issue