[U-Boot] [PATCH] gitignore: Add defconfig and fdtgrep
Bin Meng
bmeng.cn at gmail.com
Fri Jul 31 09:24:52 CEST 2015
Hi Tom,
On Wed, Jul 29, 2015 at 9:08 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> Ignore defconfig and tools/fdtgrep.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> .gitignore | 1 +
> tools/.gitignore | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index a40c277..2eac68f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -48,6 +48,7 @@
> /LOG
> /spl/
> /tpl/
> +defconfig
>
> #
> # Generated include files
> diff --git a/tools/.gitignore b/tools/.gitignore
> index 9bc9fec..9fc231a 100644
> --- a/tools/.gitignore
> +++ b/tools/.gitignore
> @@ -1,6 +1,7 @@
> /atmel_pmecc_params
> /bmp_logo
> /envcrc
> +/fdtgrep
> /fit_check_sign
> /fit_info
> /gen_eth_addr
> --
Sorry, I respined this patch in a new series. Please check the new one
@ http://patchwork.ozlabs.org/patch/502412/.
Regards,
Bin
More information about the U-Boot
mailing list