Skip to content

Commit eb414f2

Browse files
authored
Merge pull request #4498 from katediadechko/ignore-rust-mutants
Ignore cargo-mutants output
2 parents 9e5cc0a + 05e03d2 commit eb414f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Rust.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ target/
99
# MSVC Windows builds of rustc generate these, which store debugging information
1010
*.pdb
1111

12+
# Generated by cargo mutants
13+
# Contains mutation testing data
14+
**/mutants.out*/
15+
1216
# RustRover
1317
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
1418
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
1519
# and can be added to the global gitignore or merged into this file. For a more nuclear
1620
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
17-
#.idea/
21+
#.idea/

0 commit comments

Comments
 (0)