All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] .gitignore: Ignore .img files
@ 2019-11-09 19:13 Michael Trimarchi
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Trimarchi @ 2019-11-09 19:13 UTC (permalink / raw)
  To: u-boot

The generated idbloader.img file that rockchip uses should
be not included in git status report

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d8b7b77844..f980ae6f70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
 *.gcda
 *.gcno
 *.i
+*.img
 *.lex.c
 *.lst
 *.mod.c
-- 
2.17.1

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

* [U-Boot] [PATCH] .gitignore: Ignore .img files
  2019-11-09 19:13 Michael Trimarchi
@ 2019-11-12  2:06 ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-11-12  2:06 UTC (permalink / raw)
  To: u-boot

On Sat, Nov 09, 2019 at 08:13:57PM +0100, Michael Trimarchi wrote:

> The generated idbloader.img file that rockchip uses should
> be not included in git status report
> 
> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191111/a5979ee1/attachment.sig>

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

* [U-Boot] [PATCH] .gitignore: Ignore .img files
@ 2019-11-09 19:13 Michael Trimarchi
  2019-11-12  2:06 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Trimarchi @ 2019-11-09 19:13 UTC (permalink / raw)
  To: u-boot

The generated idbloader.img file that rockchip uses should
be not included in git status report

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d8b7b77844..f980ae6f70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
 *.gcda
 *.gcno
 *.i
+*.img
 *.lex.c
 *.lst
 *.mod.c
-- 
2.17.1

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

end of thread, other threads:[~2019-11-12  2:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-09 19:13 [U-Boot] [PATCH] .gitignore: Ignore .img files Michael Trimarchi
2019-11-09 19:13 Michael Trimarchi
2019-11-12  2:06 ` 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.