diff mbox series

[U-Boot] .gitignore: Ignore .img files

Message ID 20191109191353.13560-1-michael@amarulasolutions.com
State Deferred
Delegated to: Tom Rini
Headers show
Series [U-Boot] .gitignore: Ignore .img files | expand

Commit Message

Michael Nazzareno Trimarchi Nov. 9, 2019, 7:13 p.m. UTC
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 mbox series

Patch

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