diff options
author | ecc <ecc@cmu.edu> | 2011-05-20 15:33:47 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-05-22 23:46:26 +0200 |
commit | 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3 (patch) | |
tree | 7301d524475db5bacc69f735904f15196c8efb81 | |
parent | b777f39c31b8f875a8aa5703975886e23306ee03 (diff) | |
download | u-boot-imx-5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3.zip u-boot-imx-5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3.tar.gz u-boot-imx-5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3.tar.bz2 |
.gitignore: update list of u-boot.* files and add *.bin
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>
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |