All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] gitignore: Add defconfig and fdtgrep
@ 2015-07-29 13:08 Bin Meng
  2015-07-31  7:24 ` Bin Meng
  0 siblings, 1 reply; 2+ messages in thread
From: Bin Meng @ 2015-07-29 13:08 UTC (permalink / raw)
  To: u-boot

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
-- 
1.8.2.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] gitignore: Add defconfig and fdtgrep
  2015-07-29 13:08 [U-Boot] [PATCH] gitignore: Add defconfig and fdtgrep Bin Meng
@ 2015-07-31  7:24 ` Bin Meng
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Meng @ 2015-07-31  7:24 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-31  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29 13:08 [U-Boot] [PATCH] gitignore: Add defconfig and fdtgrep Bin Meng
2015-07-31  7:24 ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.