diff options
author | xengineering <me@xengineering.eu> | 2025-07-30 19:49:14 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-07-30 19:49:14 +0200 |
commit | 03d0280c79ab67d0e714334bad71f3677bfcdd91 (patch) | |
tree | bc2cd0895f2e2fd783d2251f9fcee72bb7d7b76b | |
parent | ed36355818f9ac0603e1e0d6166f26b1bea65bbc (diff) | |
download | iot-contact-03d0280c79ab67d0e714334bad71f3677bfcdd91.tar iot-contact-03d0280c79ab67d0e714334bad71f3677bfcdd91.tar.zst iot-contact-03d0280c79ab67d0e714334bad71f3677bfcdd91.zip |
gitignore: Add flash.bin
This file gets created whenever the native sim build of the application
firmware is executed from the repository root. This is quite common.
Nevertheless the flash content of the native sim firmware should never
be committed.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ build log.txt compile_commands.json datasheets +flash.bin |