.gitignore: Ignore .log files
authorBaruch Siach <baruch@tkos.co.il>
Thu, 18 Apr 2019 07:46:58 +0000 (10:46 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 26 Apr 2019 22:58:21 +0000 (18:58 -0400)
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>
.gitignore

index 3df3139d236e686a697c157b7e70c3fa3e9d64bb..c2afcfbca23e486d5a3337045010d5a6b2d73b67 100644 (file)
@@ -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