Parcourir la source

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

raysan5 il y a 10 ans
Parent
commit
2968ba9938

+ 3 - 7
.gitignore

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


BIN
templates/advance_game/screens/screen_gameplay.o


BIN
templates/advance_game/screens/screen_logo.o


BIN
templates/advance_game/screens/screen_options.o


BIN
templates/advance_game/screens/screen_title.o


BIN
templates/simple_game/screens.o


BIN
templates/standard_game/screens/screen_ending.o


BIN
templates/standard_game/screens/screen_gameplay.o


BIN
templates/standard_game/screens/screen_logo.o


BIN
templates/standard_game/screens/screen_options.o


BIN
templates/standard_game/screens/screen_title.o