[ 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@chinaunicom.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@linux.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