diff options
| -rw-r--r-- | .gitignore | 12 |
1 files 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 -*.jlink -*.emSession *.elf +*.env *.ind -.env +*.log +*.map +*.obj +*.jlink +*.emSession +*.ninja* .settings/ .vscode/ .gdb_history |
