From: Markos Chandras Date: Tue, 14 May 2013 15:22:43 +0000 (+0100) Subject: metag/.gitignore: Extend the *.dtb pattern to match the dtb.S files X-Git-Tag: v3.11-rc1~79^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5719a097b6c98816779dc40501213c2e68d30b;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/metag/boot/.gitignore b/arch/metag/boot/.gitignore index a021da201156b..2d6c0c1608843 100644 --- a/arch/metag/boot/.gitignore +++ b/arch/metag/boot/.gitignore @@ -1,4 +1,4 @@ vmlinux* uImage* ramdisk.* -*.dtb +*.dtb*