-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
20 lines (17 loc) · 595 Bytes
/
Copy path.gitignore
File metadata and controls
20 lines (17 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/target
*.swp
*.swo
.DS_Store
# Tempfiles left behind by atomic-write fixture generators on a panic
# between File::create(.tmp) and rename onto the final .pak path.
tests/fixtures/*.pak.tmp
# Local Claude Code session state (scheduled tasks, etc).
.claude/
# cargo-mutants output directories — per-mutant test logs, diffs,
# and baseline artifacts. `mutants.out/` is the current run;
# `mutants.out.old/` is the previous run (renamed automatically).
# Build output, not source.
mutants.out/
mutants.out.old/
# Stray `--in-diff` input artifacts (e.g. `.mutants-full.diff`).
*.mutants*.diff