From c6833e762f682f45f4f05fea21d9a3e901b02d5a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 2 May 2019 11:14:10 -0700 Subject: [PATCH] Add fit-dtb.blob* to .gitignore. Support for compressed fit-dtb.blob was added in: commit 95f4bbd581cf ("lib: fdt: Allow LZO and GZIP DT compression in U-Boot") Adjust .gitignore to also exclude compressed blobs. Signed-off-by: Vagrant Cascadian --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2afcfbca2..d8b7b77844 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,7 @@ # # Top-level generic files # -fit-dtb.blob +fit-dtb.blob* /MLO* /SPL* /System.map -- GitLab