-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (36 loc) · 811 Bytes
/
.gitignore
File metadata and controls
45 lines (36 loc) · 811 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# RustRover settings
.idea/
# Mutation testing artifacts
mutants.diff
mutants.out
mutants.out.old
# Bolero fuzzer working state (auto-grown corpus is not committed; crash
# reproducers under `crashes/` are kept so regressions are preserved).
**/tests/__fuzz__/*/corpus/
!**/tests/__fuzz__/*/crashes/
# We intentionally ignore this because we want to have high flexibility in customization.
.vscode/settings.json
.vscode/mcp.json
.cargo/config.toml
# Binaries
*.exe
*.pdb
*.dll
*.so
# Internal tooling artifacts
_manifest
.artifactIgnore
.sarif
ARROW
bacon.toml
# Agent files
.claude
CLAUDE.md