[PATCH] ARM: add device tree blobs to .gitignore

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Tue Dec 13 15:36:52 EST 2011


*.dtb files are a build result and so should be ignored.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
---
 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
-- 
1.7.7.3




More information about the linux-arm-kernel mailing list