
18 Apr
2019
18 Apr
'19
9:46 a.m.
The generated flash.log file that mach-imx uses for MKIMAGEOUTPUT is not covered by any other ignore pattern. Ignore all *.log files.
Signed-off-by: Baruch Siach baruch@tkos.co.il --- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index 3df3139d236e..c2afcfbca23e 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ fit-dtb.blob /System.map /u-boot* /boards.cfg +/*.log
# # git files that we don't want to ignore even it they are dot-files
--
2.20.1