mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Update Rust.gitignore to include rustc-ice files
Add rustc internal compiler error stack trace files to ignore
This commit is contained in:
parent
166ce88ec5
commit
ccf8d89c54
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user