From deb6fbd6c94b24b63f2ed5bae9017c0e9d52ec4b Mon Sep 17 00:00:00 2001 From: Imbus Date: Tue, 24 Feb 2026 13:50:01 +0100 Subject: [PATCH] ignore .elf --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae922f8..2590305 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ *.o *.order *.mod.c +*.elf .cache compile_commands.json