Skip to content

Commit 0d5b0a4

Browse files
Avenger-285714Vasily Gorbik
authored and
Vasily Gorbik
committed
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Vasily Gorbik <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent 46ba4d0 commit 0d5b0a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/s390/boot/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ relocs.S
55
section_cmp.*
66
vmlinux
77
vmlinux.lds
8+
vmlinux.map
89
vmlinux.syms

0 commit comments

Comments
 (0)