From 71d8e1b829e543a3bda632d3b90c645321a72073 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 18 Apr 2019 10:46:58 +0300 Subject: [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 Reviewed-by: Fabio Estevam --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3df3139d236..c2afcfbca23 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.39.2