summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ab890bc7ebda15f877c8a332d3508aaf5de9d350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# All temp directory
**/.temp/

# Idea directory (RustRover)
/.idea/

# Obsidian directory
/.obsidian/

# Target directory
/target/