From ae4373d875760d4e1f78a6ce5fbe8a6bce5bd102 Mon Sep 17 00:00:00 2001 From: HiFiPhile Date: Sat, 30 Nov 2024 21:49:54 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 309d7466a..010b5c9ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,20 @@ html latex +*.a *.d *.o *.P -*.map *.axf *.bin +*.elf +*.env +*.ind +*.log +*.map +*.obj *.jlink *.emSession -*.elf -*.ind -.env +*.ninja* .settings/ .vscode/ .gdb_history