Update Rust.gitignore to include rustc-ice files

Add rustc internal compiler error stack trace files to ignore
This commit is contained in:
Brandon LeBlanc 2026-04-23 08:34:45 -07:00
parent 166ce88ec5
commit ccf8d89c54
No known key found for this signature in database
GPG Key ID: 11CA2441A2016472

View File

@ -13,6 +13,9 @@ target
# Contains mutation testing data
**/mutants.out*/
# rustc will dump stack traces when hitting an internal compiler error to PWD
rustc-ice-*.txt
# RustRover
# 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