diff options
author | Baruch Siach <baruch@tkos.co.il> | 2019-04-18 10:46:58 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-26 18:58:21 -0400 |
commit | 71d8e1b829e543a3bda632d3b90c645321a72073 (patch) | |
tree | 9d78a3a23a40d27ac082f41a599674ea8b3b5442 | |
parent | cd2d8245ac364b15becbf117dec4cfa677f21cee (diff) | |
download | u-boot-71d8e1b829e543a3bda632d3b90c645321a72073.zip u-boot-71d8e1b829e543a3bda632d3b90c645321a72073.tar.gz u-boot-71d8e1b829e543a3bda632d3b90c645321a72073.tar.bz2 |
.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>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |