metag/.gitignore: Extend the *.dtb pattern to match the dtb.S files
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 14 May 2013 15:22:43 +0000 (16:22 +0100)
committerJames Hogan <james.hogan@imgtec.com>
Thu, 13 Jun 2013 12:14:19 +0000 (13:14 +0100)
The .SECONDARY rule for generating the *.dtb.S files added in
0b4184c26b18ecbc0ec0657f514b087c3a6216fb
"metag: avoid unnecessary builtin dtb rebuilds"

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/boot/.gitignore

index a021da2..2d6c0c1 100644 (file)
@@ -1,4 +1,4 @@
 vmlinux*
 uImage*
 ramdisk.*
-*.dtb
+*.dtb*