Revision | d25a2d386c1cc9cfa87f205b9c863160882437ef (tree) |
---|---|
Time | 2019-11-12 04:20:35 |
Author | Michael Trimarchi <michael@amar...> |
Commiter | Tom Rini |
.gitignore: Ignore .img files
The generated idbloader.img file that rockchip uses should
be not included in git status report
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
@@ -17,6 +17,7 @@ | ||
17 | 17 | *.gcda |
18 | 18 | *.gcno |
19 | 19 | *.i |
20 | +*.img | |
20 | 21 | *.lex.c |
21 | 22 | *.lst |
22 | 23 | *.mod.c |