From: Dave Martin Date: Mon, 30 Jan 2012 16:15:22 +0000 (+0000) Subject: ARM: devicetree: Add .dtb files to arch/arm/boot/.gitignore X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=810ae3d26507e61d1f7a69e9716443df1ce41449;p=mv-sheeva.git 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 Signed-off-by: Grant Likely --- diff --git a/arch/arm/boot/.gitignore b/arch/arm/boot/.gitignore index ce1c5ff746e..3c79f85975a 100644 --- a/arch/arm/boot/.gitignore +++ b/arch/arm/boot/.gitignore @@ -3,3 +3,4 @@ zImage xipImage bootpImage uImage +*.dtb