All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] .gitignore: update list of u-boot.* files
@ 2011-05-18 22:09 Eric Cooper
  2011-05-18 22:44 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Cooper @ 2011-05-18 22:09 UTC (permalink / raw)
  To: u-boot

This patch adds additional u-boot.* files mentioned in Makefile, and
removes one (u-boot-flexonenand.bin) that I couldn't find anywhere in
the current tree.

Signed-off-by: Eric Cooper <ecc@cmu.edu>
---
 .gitignore |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8ec3d06..b362990 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,9 +28,13 @@
 /u-boot.ldr
 /u-boot.ldr.hex
 /u-boot.ldr.srec
+/u-boot.img
+/u-boot.kwb
+/u-boot.sha1
+/u-boot.dis
 /u-boot.lds
+/u-boot-nand.bin
 /u-boot-onenand.bin
-/u-boot-flexonenand.bin
 
 #
 # Generated files
-- 
1.7.4.4

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

end of thread, other threads:[~2011-05-18 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18 22:09 [U-Boot] [PATCH] .gitignore: update list of u-boot.* files Eric Cooper
2011-05-18 22:44 ` Mike Frysinger

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.