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

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

On Thu, Apr 18, 2019 at 4:47 AM Baruch Siach baruch@tkos.co.il wrote:
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
Reviewed-by: Fabio Estevam festevam@gmail.com

On Thu, Apr 18, 2019 at 10:46:58AM +0300, Baruch Siach wrote:
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 Reviewed-by: Fabio Estevam festevam@gmail.com
Applied to u-boot/master, thanks!
participants (3)
-
Baruch Siach
-
Fabio Estevam
-
Tom Rini