From 03d0280c79ab67d0e714334bad71f3677bfcdd91 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 30 Jul 2025 19:49:14 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-70-g09d2