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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016FMBJLkpkpVpZdz6PWzeWe
This commit is contained in:
Claude 2026-07-10 11:46:51 +00:00 committed by Yucong Sun
parent a77885d87c
commit bc25bfc8a8

2
.gitignore vendored
View file

@ -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