.gitignore: update list of u-boot.* files and add *.bin
authorecc <ecc@cmu.edu>
Fri, 20 May 2011 15:33:47 +0000 (15:33 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 22 May 2011 21:46:26 +0000 (23:46 +0200)
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>
.gitignore

index 8ec3d06..34a2ca9 100644 (file)
@@ -13,6 +13,7 @@
 *~
 *.swp
 *.patch
+*.bin
 
 #
 # Top-level generic files
 /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