From bc25bfc8a86583addfb3f37db9f9c584ef75b9f2 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Jul 2026 11:46:51 +0000 Subject: [PATCH] testsuite: stop tracking generated test artifacts aw_test.txt (written by the async_write test) and trace_test.json (written by the trace_start test) are regenerated on every testsuite run and only produce churn in the working tree; remove them from the repository and ignore them like trace_lpcc.json. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016FMBJLkpkpVpZdz6PWzeWe --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f941b3c1..032de9aa 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ /docs/vendor /venv/ /testsuite/trace_lpcc.json +/testsuite/trace_test.json +/testsuite/aw_test.txt **/Testing/Temporary .vscode/c_cpp_properties.json /compile_commands.json