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

9 Nov
2019
9 Nov
'19
8:13 p.m.
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

12 Nov
12 Nov
3:06 a.m.
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
2010
Age (days ago)
2013
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michael Trimarchi
-
Tom Rini