Skip to content

Commit

Permalink
Rollup merge of rust-lang#115885 - RalfJung:dont-ignore-ice, r=oli-obk
Browse files Browse the repository at this point in the history
don't globally ignore rustc-ice files

Reverts a change that happened in rust-lang#114586 but is unrelated to that PR and wasn't discussed.

ICE files appearing is somewhat of a nuisance, but I'd rather clean them up than have them accumulate in my source folder. `@oli-obk` if you want to ignore them you can add them to your local `.git/info/exclude`.
  • Loading branch information
matthiaskrgr committed Sep 16, 2023
2 parents 77e0102 + ec1d049 commit 04edb2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ build/
\#*
\#*\#
.#*
rustc-ice-*.txt

## Tags
tags
Expand Down

0 comments on commit 04edb2b

Please sign in to comment.