blob: 575b41483eca964b9aaf7110d79ca763c85d3857 (
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/
|