Browse Source

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 <markos.chandras@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Markos Chandras 12 years ago
parent
commit
1a5719a097
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/metag/boot/.gitignore

+ 1 - 1
arch/metag/boot/.gitignore

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