Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 71d8e1b

Browse files
baruchsiachtrini
authored andcommitted
.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 <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
1 parent cd2d824 commit 71d8e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fit-dtb.blob
4141
/System.map
4242
/u-boot*
4343
/boards.cfg
44+
/*.log
4445

4546
#
4647
# git files that we don't want to ignore even it they are dot-files

0 commit comments

Comments
 (0)