Skip to content

Commit

Permalink
Rollup merge of #126615 - tgross35:gitignore-ice, r=compiler-errors
Browse files Browse the repository at this point in the history
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
jieyouxu committed Jun 19, 2024
2 parents 87ca073 + 475b63f commit a2436a8
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 a2436a8

Please sign in to comment.