We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e5cc0a + 05e03d2 commit eb414f2Copy full SHA for eb414f2
Rust.gitignore
@@ -9,9 +9,13 @@ target/
9
# MSVC Windows builds of rustc generate these, which store debugging information
10
*.pdb
11
12
+# Generated by cargo mutants
13
+# Contains mutation testing data
14
+**/mutants.out*/
15
+
16
# RustRover
17
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
18
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
19
# and can be added to the global gitignore or merged into this file. For a more nuclear
20
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
-#.idea/
21
+#.idea/
0 commit comments