Merge pull request #4849 from demosdemon/patch-1

Update Rust.gitignore to include rustc-ice files
This commit is contained in:
Devin Dooley 2026-04-24 13:53:41 -07:00 committed by GitHub
commit c62fbb7967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,9 @@ target
# Contains mutation testing data # Contains mutation testing data
**/mutants.out*/ **/mutants.out*/
# rustc will dump stack traces when hitting an internal compiler error to PWD
rustc-ice-*.txt
# RustRover # RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore