public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [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
* [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

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-12  2:06 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-11-09 19:13 Michael Trimarchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox