metag/.gitignore: Extend the *.dtb pattern to match the dtb.S files

The .SECONDARY rule for generating the *.dtb.S files added in
0b4184c26b
"metag: avoid unnecessary builtin dtb rebuilds"

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
This commit is contained in:
Markos Chandras 2013-05-14 16:22:43 +01:00 committed by James Hogan
parent 0184cd347a
commit 1a5719a097

View file

@ -1,4 +1,4 @@
vmlinux*
uImage*
ramdisk.*
*.dtb
*.dtb*