Commit 71d8e1b829e543a3bda632d3b90c645321a72073

Authored by Baruch Siach
Committed by Tom Rini
1 parent cd2d8245ac

.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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -41,6 +41,7 @@
41 41 /System.map
42 42 /u-boot*
43 43 /boards.cfg
  44 +/*.log
44 45  
45 46 #
46 47 # git files that we don't want to ignore even it they are dot-files