Commit 5d0f01570c516be7b3abe4ea5137b87c83c3ae1a

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 76698b4e6c

.gitignore: ignore boot images by pattern rule /u-boot*

U-Boot supports various boot images for various SoCs.
It is annoying to modify .gitignore file every time
we add/delete boot images.

Fortunately, there is a simple rule:
Those with file name prefix "u-boot" at the top directory
are all generated files.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Showing 1 changed file with 1 additions and 18 deletions Side-by-side Diff

... ... @@ -31,24 +31,7 @@
31 31 /MLO*
32 32 /SPL
33 33 /System.map
34   -/u-boot
35   -/u-boot.hex
36   -/u-boot.imx
37   -/u-boot-with-spl.imx
38   -/u-boot-with-nand-spl.imx
39   -/u-boot.map
40   -/u-boot.srec
41   -/u-boot.ldr
42   -/u-boot.ldr.hex
43   -/u-boot.ldr.srec
44   -/u-boot.img
45   -/u-boot.kwb
46   -/u-boot.sha1
47   -/u-boot.dis
48   -/u-boot.lds
49   -/u-boot.ubl
50   -/u-boot.ais
51   -/u-boot.sb
  34 +/u-boot*
52 35  
53 36 #
54 37 # git files that we don't want to ignore even it they are dot-files