Re: [PATCH] s390/boot: Ignore vmlinux.map

From: Vasily Gorbik
Date: Tue Mar 11 2025 - 13:23:56 EST


On Tue, Mar 11, 2025 at 11:08:24AM +0800, WangYuli wrote:
> Upon compiling an s390 kernel, a vmlinux.map file might be generated
> in the current directory.
>
> Append it to the .gitignore file so that Git does not track it.
>
> Signed-off-by: WangYuli <wangyuli@xxxxxxxxxxxxx>
> ---
> arch/s390/boot/.gitignore | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: Vasily Gorbik <gor@xxxxxxxxxxxxx>

Changed the message to
"""
When building with CONFIG_VMLINUX_MAP=y, a decompressor vmlinux.map file
is generated in the boot directory.

Add this file to .gitignore to ensure Git does not track it.
"""
And applied, thank you!