Skip to content
Snippets Groups Projects
Commit 5d0f0157 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

.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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 76698b4e
No related branches found
No related tags found
No related merge requests found
...@@ -31,24 +31,7 @@ ...@@ -31,24 +31,7 @@
/MLO* /MLO*
/SPL /SPL
/System.map /System.map
/u-boot /u-boot*
/u-boot.hex
/u-boot.imx
/u-boot-with-spl.imx
/u-boot-with-nand-spl.imx
/u-boot.map
/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.ubl
/u-boot.ais
/u-boot.sb
# #
# git files that we don't want to ignore even it they are dot-files # git files that we don't want to ignore even it they are dot-files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment