Skip to content

Commit 06ed439

Browse files
authored
Unrolled build for rust-lang#126615
Rollup merge of rust-lang#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.
2 parents 4e63822 + 475b63f commit 06ed439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ build/
5252
/src/tools/x/target
5353
# Created by default with `src/ci/docker/run.sh`
5454
/obj/
55+
/rustc-ice*
5556

5657
## Temporary files
5758
*~

0 commit comments

Comments
 (0)