commit | f1cb4d62ddb8f3c3a26594f88bd6f665063a0703 | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Thu Apr 18 10:46:58 2019 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 26 18:58:21 2019 -0400 |
tree | 9d78a3a23a40d27ac082f41a599674ea8b3b5442 | |
parent | 84775b2c1d2fc1d6a44836de1de460cb41414576 [diff] [blame] |
.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> Reviewed-by: Fabio Estevam <festevam@gmail.com>
diff --git a/.gitignore b/.gitignore index 3df3139..c2afcfb 100644 --- a/.gitignore +++ b/.gitignore
@@ -41,6 +41,7 @@ /System.map /u-boot* /boards.cfg +/*.log # # git files that we don't want to ignore even it they are dot-files