Skip to content

Commit

Permalink
Unrolled build for rust-lang#129518
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#129518 - GrigorenkoPV:gitignore-library-ice, r=tgross35

gitignore: ignore ICE reports regardless of directory

Quite often when working on compiler I end up running into ICEs during the standard library compilation.

These ICEs generate reports in `/library/` and not at the root of the repo, so they aren't `gitignore`d.

I finally ended up committing one today, by accident: rust-lang#129487 (comment)
  • Loading branch information
rust-timer authored Aug 26, 2024
2 parents 3f121b9 + c29e328 commit b38830f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ build/
/src/tools/x/target
# Created by default with `src/ci/docker/run.sh`
/obj/
/rustc-ice*

## ICE reports
rustc-ice-*.txt

## Temporary files
*~
Expand Down

0 comments on commit b38830f

Please sign in to comment.