From fbe76bbdd51365d1a8b1ca1c91db9121c804239d Mon Sep 17 00:00:00 2001 From: xiao Date: Mon, 27 Apr 2026 03:43:16 +0800 Subject: [PATCH] build: ignore local Keil build capture Keep generated build_capture output out of version control so release tags point at a clean workspace state. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4e2541e..a29935c 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ WiresharkLog/ .embeddedskills/ uv4_stdout.txt MDK-ARM/EventRecorderStub.scvd +MDK-ARM/build_capture.txt