Rollup merge of #126615 - tgross35:gitignore-ice, r=compiler-errors

Add `rustc-ice*` to `.gitignore`

I am a bit surprised this wasn't already here but there doesn't seem to be any reason not to add it. This will be nice to cut down on `git {add, diff, etc}` noise when debugging crashes.
This commit is contained in:
许杰友 Jieyou Xu (Joe)
2024-06-19 01:51:42 +01:00
committed by GitHub

1
.gitignore vendored
View File

@@ -52,6 +52,7 @@ build/
/src/tools/x/target
# Created by default with `src/ci/docker/run.sh`
/obj/
/rustc-ice*
## Temporary files
*~