From 1a5719a097b6c98816779dc40501213c2e68d30b Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 14 May 2013 16:22:43 +0100 Subject: [PATCH] metag/.gitignore: Extend the *.dtb pattern to match the dtb.S files The .SECONDARY rule for generating the *.dtb.S files added in 0b4184c26b18ecbc0ec0657f514b087c3a6216fb "metag: avoid unnecessary builtin dtb rebuilds" Signed-off-by: Markos Chandras Signed-off-by: James Hogan --- arch/metag/boot/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/metag/boot/.gitignore b/arch/metag/boot/.gitignore index a021da20115..2d6c0c16088 100644 --- a/arch/metag/boot/.gitignore +++ b/arch/metag/boot/.gitignore @@ -1,4 +1,4 @@ vmlinux* uImage* ramdisk.* -*.dtb +*.dtb* -- 2.43.2