Ignore compiled binaries on templates (*.o, *.exe)

This commit is contained in:
raysan5 2015-01-18 10:56:37 +01:00
parent bb8c1826d3
commit 2968ba9938
12 changed files with 3 additions and 7 deletions

10
.gitignore vendored
View File

@ -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.