diff options
author | Dave Martin <dave.martin@linaro.org> | 2012-01-30 16:15:22 +0000 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-01-30 11:47:37 -0700 |
commit | 810ae3d26507e61d1f7a69e9716443df1ce41449 (patch) | |
tree | a0dac17aef2cab466db0a8aaae9a38ab7a20edaf /arch | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) | |
download | op-kernel-dev-810ae3d26507e61d1f7a69e9716443df1ce41449.zip op-kernel-dev-810ae3d26507e61d1f7a69e9716443df1ce41449.tar.gz |
ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignore
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/.gitignore b/arch/arm/boot/.gitignore index ce1c5ff..3c79f85 100644 --- a/arch/arm/boot/.gitignore +++ b/arch/arm/boot/.gitignore @@ -3,3 +3,4 @@ zImage xipImage bootpImage uImage +*.dtb |