mirror of
https://github.com/fluffos/fluffos
synced 2026-08-12 18:26:06 -04:00
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:
parent
a77885d87c
commit
bc25bfc8a8
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue