diff options
| author | HiFiPhile <[email protected]> | 2024-11-30 21:49:54 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-11-30 21:49:54 +0100 |
| commit | ae4373d875760d4e1f78a6ce5fbe8a6bce5bd102 (patch) | |
| tree | 20f84ba759b597a3c7a56ffc472a218aab0e1dc7 | |
| parent | f2ed60e9fc562bc5fd2016aea61695b708c2bd53 (diff) | |
Update .gitignore
| -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 |
