-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (22 loc) · 728 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (22 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/target
# cargo-mutants writes disposable reports and build sandboxes here by default.
# Keep both the current and rotated run out of git and jj auto-snapshots.
/mutants.out/
/mutants.out.old/
# Rust
**/*.rs.bk
*.pdb
# Stray rustc build artifacts (loose .rlib/.rmeta from ad-hoc `rustc` runs;
# real builds live under /target above)
*.rlib
*.rmeta
# Bytecode generated while validating the repository's Python tooling.
__pycache__/
*.py[cod]
.work/
# mdBook build output (book.toml, rendered from docs/)
/book
# Generated by `just public-api-diff`; the committed baseline is public-api.txt.
/public-api-current.txt
# Generated by `just identifiers-diff`; the committed baseline is under spec/.
/identifiers-current.json