From 00be10f13477f88677027dd2103c25a439d616a2 Mon Sep 17 00:00:00 2001 From: xiao Date: Thu, 23 Apr 2026 00:01:01 +0800 Subject: [PATCH] chore: ignore generated build artifacts and add shared keil config --- .embeddedskills/config.json | 7 +++++++ .gitignore | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .embeddedskills/config.json diff --git a/.embeddedskills/config.json b/.embeddedskills/config.json new file mode 100644 index 0000000..cdbd683 --- /dev/null +++ b/.embeddedskills/config.json @@ -0,0 +1,7 @@ +{ + "keil": { + "project": "MDK-ARM/TCP2UART.uvprojx", + "target": "TCP2UART", + "log_dir": ".embeddedskills/build" + } +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0d057e1..6fa7621 100644 --- a/.gitignore +++ b/.gitignore @@ -28,11 +28,14 @@ MDK-ARM/DebugConfig/ MDK-ARM/TCP2UART/ build_keil.log MDK-ARM/build.log +MDK-ARM/build_capture.txt MDK-ARM/build_output.txt MDK-ARM/keil-build-viewer.log MDK-ARM/keil-build-viewer-record.txt MDK-ARM/keil-build-viewer.exe MDK-ARM/EventRecorderStub.scvd +.embeddedskills/build/ +.embeddedskills/state.json build_current.log uv4_stdout.txt