Skip to content

Commit

Permalink
Rollup merge of #129518 - GrigorenkoPV:gitignore-library-ice, r=tgross35
Browse files Browse the repository at this point in the history
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: #129487 (comment)
  • Loading branch information
matthiaskrgr committed Aug 25, 2024
2 parents 6228bd6 + c29e328 commit 5a07308
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 5a07308

Please sign in to comment.