Skip to content

Commit

Permalink
Rollup merge of rust-lang#126615 - tgross35:gitignore-ice, r=compiler…
Browse files Browse the repository at this point in the history
…-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.
  • Loading branch information
GuillaumeGomez committed Jun 18, 2024
2 parents bc4c936 + 475b63f commit 6ea41de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ build/
/src/tools/x/target
# Created by default with `src/ci/docker/run.sh`
/obj/
/rustc-ice*

## Temporary files
*~
Expand Down

0 comments on commit 6ea41de

Please sign in to comment.