Skip to content

Commit c62fbb7

Browse files
authored
Merge pull request #4849 from demosdemon/patch-1
Update Rust.gitignore to include rustc-ice files
2 parents 9a2ae1c + ccf8d89 commit c62fbb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Rust.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ target
1313
# Contains mutation testing data
1414
**/mutants.out*/
1515

16+
# rustc will dump stack traces when hitting an internal compiler error to PWD
17+
rustc-ice-*.txt
18+
1619
# RustRover
1720
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
1821
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore

0 commit comments

Comments
 (0)