From: WangYuli Date: Tue, 11 Mar 2025 03:08:24 +0000 (+0800) Subject: s390/boot: Ignore vmlinux.map X-Git-Tag: v6.15-rc1~113^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d5b0a4c816cfd9fa5082b5fd71aaf96e7329dd2;p=thirdparty%2Fkernel%2Flinux.git s390/boot: Ignore vmlinux.map 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. Signed-off-by: WangYuli Link: https://lore.kernel.org/r/F884C733016D6715+20250311030824.675683-1-wangyuli@uniontech.com Acked-by: Vasily Gorbik Signed-off-by: Vasily Gorbik --- diff --git a/arch/s390/boot/.gitignore b/arch/s390/boot/.gitignore index f5ef099e2fd33..af2a6a7bc028b 100644 --- a/arch/s390/boot/.gitignore +++ b/arch/s390/boot/.gitignore @@ -5,4 +5,5 @@ relocs.S section_cmp.* vmlinux vmlinux.lds +vmlinux.map vmlinux.syms