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(+) diff --git a/arch/s390/boot/.gitignore b/arch/s390/boot/.gitignore index f5ef099e2fd3..af2a6a7bc028 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.47.2