.gitignore: Ignore .log files
authorBaruch Siach <[email protected]>
Thu, 18 Apr 2019 07:46:58 +0000 (10:46 +0300)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
.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