linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390/boot: Ignore vmlinux.map
@ 2025-03-11  3:08 WangYuli
  2025-03-11 17:23 ` Vasily Gorbik
  0 siblings, 1 reply; 2+ messages in thread
From: WangYuli @ 2025-03-11  3:08 UTC (permalink / raw)
  To: hca, gor, agordeev, borntraeger, svens
  Cc: wangyuli, linux-s390, linux-kernel, zhanjun, niecheng1,
	guanwentao, chenlinxuan

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@uniontech.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-11 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11  3:08 [PATCH] s390/boot: Ignore vmlinux.map WangYuli
2025-03-11 17:23 ` Vasily Gorbik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).