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

* Re: [PATCH] tools: add boot/ to .gitignore
  2022-04-07  9:37 [PATCH] tools: add boot/ to .gitignore Du Huanpeng
@ 2022-04-20 13:11 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-04-20 13:11 UTC (permalink / raw)
  To: Du Huanpeng; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

On Thu, Apr 07, 2022 at 05:37:49PM +0800, Du Huanpeng wrote:

> /tools/boot/ is a build product. Add it to .gitignore
> 
> Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[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.