diff mbox

[U-Boot] gitignore: Add defconfig and fdtgrep

Message ID BLU436-SMTP128C42A1CB77C9E1594B8A3BF8C0@phx.gbl
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng July 29, 2015, 1:08 p.m. UTC
Ignore defconfig and tools/fdtgrep.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 .gitignore       | 1 +
 tools/.gitignore | 1 +
 2 files changed, 2 insertions(+)

Comments

Bin Meng July 31, 2015, 7:24 a.m. UTC | #1
Hi Tom,

On Wed, Jul 29, 2015 at 9:08 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> Ignore defconfig and tools/fdtgrep.
>
> Signed-off-by: Bin Meng <bmeng.cn@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
diff mbox

Patch

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