summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-30 19:49:14 +0200
committerxengineering <me@xengineering.eu>2025-07-30 19:49:14 +0200
commit03d0280c79ab67d0e714334bad71f3677bfcdd91 (patch)
treebc2cd0895f2e2fd783d2251f9fcee72bb7d7b76b
parented36355818f9ac0603e1e0d6166f26b1bea65bbc (diff)
downloadiot-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 72afd88..306429c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ build
log.txt
compile_commands.json
datasheets
+flash.bin