Skip to content

Commit c6833e7

Browse files
vagrantctrini
authored andcommitted
Add fit-dtb.blob* to .gitignore.
Support for compressed fit-dtb.blob was added in: commit 95f4bbd ("lib: fdt: Allow LZO and GZIP DT compression in U-Boot") Adjust .gitignore to also exclude compressed blobs. Signed-off-by: Vagrant Cascadian <[email protected]>
1 parent 02c038d commit c6833e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#
3636
# Top-level generic files
3737
#
38-
fit-dtb.blob
38+
fit-dtb.blob*
3939
/MLO*
4040
/SPL*
4141
/System.map

0 commit comments

Comments
 (0)