[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a2e3e8ec-bac6-401b-a302-c1a6ddc50e51@aosc.io>
Date: Thu, 13 Nov 2025 09:34:11 +0800
From: WangYuli <wangyuli@...c.io>
To: Thorsten Blum <thorsten.blum@...ux.dev>,
Richard Henderson <richard.henderson@...aro.org>,
Matt Turner <mattst88@...il.com>, Nathan Chancellor <nathan@...nel.org>,
Nicolas Schier <nicolas@...sle.eu>
Cc: linux-alpha@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-kbuild@...r.kernel.org
Subject: Re: [PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel
image
[ Cc the kbuild subsystem mailing list and its maintainers. ]
Hi Thorsten Blum,
(If the maintainers happen to spot patches like this), Please feel free
to add my "Co-developed-by" or "Reviewed-by" tag: WangYuli
<wangyl5933@...naunicom.cn>
— I would be very grateful!
Link:
https://lore.kernel.org/all/6269AF2792BA8D05+20250704085945.317850-1-wangyuli@uniontech.com/
Link:
https://lore.kernel.org/all/47F75842218B0DDC+20250507060012.1203990-1-wangyuli@uniontech.com/
Link:
https://lore.kernel.org/all/90A2E6E70A68DD1E+20250415091206.413647-1-wangyuli@uniontech.com/
On 2025/11/13 01:22, Thorsten Blum wrote:
> Building the kernel creates the untracked kernel image file 'vmlinux' in
> 'arch/alpha/boot/' - ignore it by adding a new local .gitignore file.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@...ux.dev>
> ---
> arch/alpha/boot/.gitignore | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 arch/alpha/boot/.gitignore
>
> diff --git a/arch/alpha/boot/.gitignore b/arch/alpha/boot/.gitignore
> new file mode 100644
> index 000000000000..4abc9c8ab7d3
> --- /dev/null
> +++ b/arch/alpha/boot/.gitignore
> @@ -0,0 +1,2 @@
> +# SPDX-License-Identifier: GPL-2.0-only
> +vmlinux
Powered by blists - more mailing lists