From: ecc Date: Fri, 20 May 2011 15:33:47 +0000 (+0000) Subject: .gitignore: update list of u-boot.* files and add *.bin X-Git-Tag: v2025.01-rc5-pxa1908~19402 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3;p=u-boot.git .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 --- diff --git a/.gitignore b/.gitignore index 8ec3d06c3e..34a2ca96fc 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