Skip to content

Commit 05e03d2

Browse files
committed
Ignore cargo mutants output
1 parent 33243d9 commit 05e03d2

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
@@ -13,9 +13,13 @@ Cargo.lock
1313
# MSVC Windows builds of rustc generate these, which store debugging information
1414
*.pdb
1515

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

0 commit comments

Comments
 (0)