Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,12 @@ identity.key

# Helm dependency tarballs — regenerable from Chart.lock via `helm dependency build`
deploy/charts/*/charts/*.tgz

# Windows test artifacts. The capture writers in crates/buzz-acp build a temp
# path that MSYS translates into a literal FILENAME in the crate root, so
# `cargo test -p buzz-acp` leaves ~25 empty files whose names are mangled
# absolute paths. Matched on the writer-defined stem rather than the path,
# since the mangling is machine-specific. Verified against upstream/main: no
# tracked file matches either pattern.
*buzz-acp-steer-capture*
*buzz-acp-*.ndjson
Loading