Rollup merge of #115885 - RalfJung:dont-ignore-ice, r=oli-obk
don't globally ignore rustc-ice files Reverts a change that happened in https://github.com/rust-lang/rust/pull/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`.
This commit is contained in:
commit
04edb2bab8
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,7 +58,6 @@ build/
|
|||||||
\#*
|
\#*
|
||||||
\#*\#
|
\#*\#
|
||||||
.#*
|
.#*
|
||||||
rustc-ice-*.txt
|
|
||||||
|
|
||||||
## Tags
|
## Tags
|
||||||
tags
|
tags
|
||||||
|
Loading…
Reference in New Issue
Block a user