Skip to content

Commit d1d13d5

Browse files
hyperpolymathclaude
andcommitted
chore: untrack fuzz/target/ + gitignore subdirectory target/
Build artifacts from a local `cargo check` got included in the previous commit because `.gitignore` only excluded `/target/` (root), not subdirectory `target/` dirs. Removed the 173 stray files and added `**/target/` so this can't recur for fuzz/, vendored crates, or any other Rust subdir. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0ff2bf0 commit d1d13d5

174 files changed

Lines changed: 3 additions & 967 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ htmlcov/
8181
# Crash recovery artifacts
8282
ai-cli-crash-capture/
8383
proofs/lean4/.lake/
84+
85+
# Rust build outputs in subdirectories (e.g. fuzz/target/)
86+
**/target/

fuzz/target/.rustc_info.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

fuzz/target/CACHEDIR.TAG

Lines changed: 0 additions & 3 deletions
This file was deleted.

fuzz/target/debug/.cargo-lock

Whitespace-only changes.

fuzz/target/debug/.fingerprint/absolute_zero-fuzz-961a1a20f8d34847/bin-fuzz_input

Lines changed: 0 additions & 1 deletion
This file was deleted.

fuzz/target/debug/.fingerprint/absolute_zero-fuzz-961a1a20f8d34847/bin-fuzz_input.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

fuzz/target/debug/.fingerprint/absolute_zero-fuzz-961a1a20f8d34847/invoked.timestamp

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.

fuzz/target/debug/.fingerprint/arbitrary-9dc106c974a1cae6/invoked.timestamp

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)