diff mbox

[U-Boot,v2] .gitignore: update list of u-boot.* files and add *.bin

Message ID 1305941627-17522-1-git-send-email-ecc@cmu.edu
State Accepted
Commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3
Headers show

Commit Message

Eric Cooper May 21, 2011, 1:33 a.m. UTC
This patch adds additional u-boot.* files mentioned in Makefile,
and adds *.bin since these are deleted as part of "make clean".

Signed-off-by: Eric Cooper <ecc@cmu.edu>
---
Changes since v1:

Added more general *.bin pattern.

 .gitignore |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

Comments

Wolfgang Denk May 22, 2011, 9:46 p.m. UTC | #1
Dear Eric Cooper,

In message <1305941627-17522-1-git-send-email-ecc@cmu.edu> you wrote:
> This patch adds additional u-boot.* files mentioned in Makefile,
> and adds *.bin since these are deleted as part of "make clean".
> 
> Signed-off-by: Eric Cooper <ecc@cmu.edu>
> ---
> Changes since v1:
> 
> Added more general *.bin pattern.
> 
>  .gitignore |    8 +++++---
>  1 files changed, 5 insertions(+), 3 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
Mike Frysinger May 24, 2011, 2:59 a.m. UTC | #2
On Sunday, May 22, 2011 17:46:36 Wolfgang Denk wrote:
> Eric Cooper wrote:
> > This patch adds additional u-boot.* files mentioned in Makefile,
> > and adds *.bin since these are deleted as part of "make clean".
> > 
> > Signed-off-by: Eric Cooper <ecc@cmu.edu>
> > ---
> > Changes since v1:
> > 
> > Added more general *.bin pattern.
> > 
> >  .gitignore |    8 +++++---
> >  1 files changed, 5 insertions(+), 3 deletions(-)
> 
> Applied, thanks.

something seems to have gone wrong here ... `git log` shows:
commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3
Author: ecc <ecc@cmu.edu>

but his original e-mail From: looks correct, so i dont know why the Author 
field is broken in the git tree ...
-mike
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 8ec3d06..34a2ca9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ 
 *~
 *.swp
 *.patch
+*.bin
 
 #
 # Top-level generic files
@@ -23,14 +24,15 @@ 
 /u-boot.hex
 /u-boot.imx
 /u-boot.map
-/u-boot.bin
 /u-boot.srec
 /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-onenand.bin
-/u-boot-flexonenand.bin
 
 #
 # Generated files