From 0d5b0a4c816cfd9fa5082b5fd71aaf96e7329dd2 Mon Sep 17 00:00:00 2001 From: WangYuli Date: Tue, 11 Mar 2025 11:08:24 +0800 Subject: [PATCH] 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 --- arch/s390/boot/.gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5