All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: add boot/ to .gitignore
@ 2022-04-07  9:37 Du Huanpeng
  2022-04-20 13:11 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Du Huanpeng @ 2022-04-07  9:37 UTC (permalink / raw)
  To: u-boot; +Cc: Du Huanpeng

/tools/boot/ is a build product. Add it to .gitignore

Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
---
 tools/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/.gitignore b/tools/.gitignore
index a88453f64d..d3a93ff294 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -36,3 +36,4 @@
 /update_octeon_header
 /version.h
 /xway-swap-bytes
+/boot
-- 
2.25.1


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

end of thread, other threads:[~2022-04-20 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07  9:37 [PATCH] tools: add boot/ to .gitignore Du Huanpeng
2022-04-20 13:11 ` Tom Rini

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.