Re: [PATCH] .gitignore: ignore rustc long type txt files

From: Miguel Ojeda

Date: Thu May 28 2026 - 17:10:15 EST


On Thu, May 28, 2026 at 10:36 PM Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> I view these more like build artifacts since the messages in them are
> really only relevant to a specific build instance, so I would probably
> clean them up with 'clean' over 'mrproper' / 'distclean'. But if they are in
> .gitignore, I don't think it matters too much though, but it does feel
> like they should be cleaned up with at least 'distclean'.

Sounds good, thanks Nathan!

Then let's land this one and we can discuss that on top. I have
created a "good first issue" for that:

https://github.com/Rust-for-Linux/linux/issues/1236

Cheers,
Miguel