diff mbox

[U-Boot] .gitignore: update list of u-boot.* files

Message ID 1305756579-10269-1-git-send-email-ecc@cmu.edu
State Changes Requested
Headers show

Commit Message

Eric Cooper May 18, 2011, 10:09 p.m. UTC
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(-)

Comments

Mike Frysinger May 18, 2011, 10:44 p.m. UTC | #1
On Wednesday, May 18, 2011 18:09:39 Eric Cooper wrote:
> +/u-boot-nand.bin
>  /u-boot-onenand.bin
> -/u-boot-flexonenand.bin

considering the Makefile deletes all '*.bin' files it finds in the tree when 
cleaning, i would think we should add a "*.bin" to the .gitignore and then 
punt these existing *.bin entries.
-mike
diff mbox

Patch

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