Skip to content

Commit

Permalink
ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignore
Browse files Browse the repository at this point in the history
Compiled device tree blobs shouldn't be committed in the kernel
tree, so ideally git should ignore them.

This patch will enable ignoring of any .dtb files which appear in
arch/arm/boot/

Signed-off-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Dave Martin authored and Grant Likely committed Jan 30, 2012
1 parent dcd6c92 commit 810ae3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ zImage
xipImage
bootpImage
uImage
*.dtb

0 comments on commit 810ae3d

Please sign in to comment.