Re: [PATCH v5 10/17] verification/rvgen: Add selftests for rvgen kunit
Gabriele Monaco <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.kernel.vger.linux-trace-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2026-08-24 at 01:32 +0800, Kuan-Wei Chiu wrote: > I noticed a issue regarding the .bak file introduced in this patch. > > When running make distclean on the kernel tree, this file gets > automatically deleted. As a result, git tracks this as a deleted file > and leaves a dirty working tree, which is a bit annoying during > development. Would it be possible to use a different extension for this > golden file, such as .backup or something, to prevent it from being > swept up by the generic clean rules? Hi Kuan-Wei, thanks for reporting, that looks quite annoying indeed, let me send a fix. Gabriele