diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-05-14 11:22:43 -0400 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-06-13 08:14:19 -0400 |
commit | 1a5719a097b6c98816779dc40501213c2e68d30b (patch) | |
tree | 21804cd729882899971fa91fdc14ea281b7fe250 /arch/metag | |
parent | 0184cd347a25f4a6218e197bb3498c22586cbbb0 (diff) |
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>
Diffstat (limited to 'arch/metag')
-rw-r--r-- | arch/metag/boot/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/metag/boot/.gitignore b/arch/metag/boot/.gitignore index a021da201156..2d6c0c160884 100644 --- a/arch/metag/boot/.gitignore +++ b/arch/metag/boot/.gitignore | |||
@@ -1,4 +1,4 @@ | |||
1 | vmlinux* | 1 | vmlinux* |
2 | uImage* | 2 | uImage* |
3 | ramdisk.* | 3 | ramdisk.* |
4 | *.dtb | 4 | *.dtb* |