Home
last modified time | relevance | path

Searched hist:"5 d0f01570c516be7b3abe4ea5137b87c83c3ae1a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/
H A D.gitignore5d0f01570c516be7b3abe4ea5137b87c83c3ae1a Thu Feb 20 08:43:07 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> .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>