All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: Have git ignore generated real2.S and firmware.c
@ 2019-09-10  9:45 Jeroen Roovers
  2019-09-12 13:57 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Jeroen Roovers @ 2019-09-10  9:45 UTC (permalink / raw)
  To: linux-parisc; +Cc: James E.J. Bottomley, Helge Deller

These files are not covered in globs from any other .gitignore files.

Signed-off-by: Jeroen Roovers <jer@gentoo.org>
---
 arch/parisc/boot/compressed/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/parisc/boot/compressed/.gitignore
b/arch/parisc/boot/compressed/.gitignore index
ae06b9b4c02f..926cd41c1069 100644 ---
a/arch/parisc/boot/compressed/.gitignore +++
b/arch/parisc/boot/compressed/.gitignore @@ -1,3 +1,5 @@
+firmware.c
+real2.S
 sizes.h
 vmlinux
 vmlinux.lds
-- 
2.23.0


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

end of thread, other threads:[~2019-09-12 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-10  9:45 [PATCH] parisc: Have git ignore generated real2.S and firmware.c Jeroen Roovers
2019-09-12 13:57 ` Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.