IDE/m33mu-falcon-verify: drop generated OTP binary, gitignore it

stm32h563_OTP.bin is a generated one-time-programmable flashing artifact,
not source. Remove it from the tree and add it to the directory .gitignore
alongside the other generated outputs (app-falcon.*) so a local build can
no longer re-add it.
This commit is contained in:
Daniele Lacamera
2026-07-29 09:36:44 +02:00
parent c3055aeed2
commit 290504d2d6
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ app-falcon.elf
app-falcon.bin app-falcon.bin
app-falcon.sym app-falcon.sym
app-falcon.dis app-falcon.dis
stm32h563_OTP.bin
Binary file not shown.