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.
1 parent 33243d9 commit 05e03d2Copy full SHA for 05e03d2
Rust.gitignore
@@ -13,9 +13,13 @@ Cargo.lock
13
# MSVC Windows builds of rustc generate these, which store debugging information
14
*.pdb
15
16
+# Generated by cargo mutants
17
+# Contains mutation testing data
18
+**/mutants.out*/
19
+
20
# RustRover
21
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
22
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
23
# and can be added to the global gitignore or merged into this file. For a more nuclear
24
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
-#.idea/
25
+#.idea/
0 commit comments