[U-Boot] [PATCH] .gitignore: Ignore .log files
Baruch Siach
baruch at tkos.co.il
Thu Apr 18 07:46:58 UTC 2019
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 at 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
More information about the U-Boot
mailing list