All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: add device tree blobs to .gitignore
@ 2011-12-13 20:36 Uwe Kleine-König
  2011-12-15  2:25 ` Shawn Guo
  2011-12-15 14:47 ` Dave Martin
  0 siblings, 2 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2011-12-13 20:36 UTC (permalink / raw)
  To: linux-arm-kernel

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

Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-15 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 20:36 [PATCH] ARM: add device tree blobs to .gitignore Uwe Kleine-König
2011-12-15  2:25 ` Shawn Guo
2011-12-15 14:47 ` Dave Martin
2011-12-15 21:30   ` Uwe Kleine-König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.