Skip to content

Commit 515e5f7

Browse files
committed
chore(fuzzer): ignore Cargo build outputs
Keep local Rust build artefacts out of status so reviews and commits stay focused on source changes. The Cargo target directory is reproducible and should remain a local cache.
1 parent 6186748 commit 515e5f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/fuzzer/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.cache
22
build
33
cmake-build-debug
4+
rust/target

0 commit comments

Comments
 (0)