We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a2ae1c + ccf8d89 commit c62fbb7Copy full SHA for c62fbb7
1 file changed
Rust.gitignore
@@ -13,6 +13,9 @@ target
13
# Contains mutation testing data
14
**/mutants.out*/
15
16
+# rustc will dump stack traces when hitting an internal compiler error to PWD
17
+rustc-ice-*.txt
18
+
19
# RustRover
20
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
21
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
0 commit comments