Browse Source

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

pull/19/head
raysan5 9 years ago
parent
commit
2968ba9938
12 changed files with 3 additions and 7 deletions
  1. +3
    -7
      .gitignore
  2. BIN
      templates/advance_game/screens/screen_ending.o
  3. BIN
      templates/advance_game/screens/screen_gameplay.o
  4. BIN
      templates/advance_game/screens/screen_logo.o
  5. BIN
      templates/advance_game/screens/screen_options.o
  6. BIN
      templates/advance_game/screens/screen_title.o
  7. BIN
      templates/simple_game/screens.o
  8. BIN
      templates/standard_game/screens/screen_ending.o
  9. BIN
      templates/standard_game/screens/screen_gameplay.o
  10. BIN
      templates/standard_game/screens/screen_logo.o
  11. BIN
      templates/standard_game/screens/screen_options.o
  12. BIN
      templates/standard_game/screens/screen_title.o

+ 3
- 7
.gitignore 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

BIN
templates/advance_game/screens/screen_ending.o View File


BIN
templates/advance_game/screens/screen_gameplay.o View File


BIN
templates/advance_game/screens/screen_logo.o View File


BIN
templates/advance_game/screens/screen_options.o View File


BIN
templates/advance_game/screens/screen_title.o View File


BIN
templates/simple_game/screens.o View File


BIN
templates/standard_game/screens/screen_ending.o View File


BIN
templates/standard_game/screens/screen_gameplay.o View File


BIN
templates/standard_game/screens/screen_logo.o View File


BIN
templates/standard_game/screens/screen_options.o View File


BIN
templates/standard_game/screens/screen_title.o View File


Loading…
Cancel
Save