From f131713dc64eed0c0384a8840a548a29244f64a1 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Tue, 22 Jul 2025 04:01:29 +1000 Subject: [PATCH] Ignore GCC compiled binaries --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1eb0dba..eaeabd1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,12 @@ *.o *.d +# `make -f Makefile.js` artifacts .emscripten_cache - js/* !js/lib.js + +# `make -f Makefile` artifacts +build_filelist +splitimg +temu