diff mbox

[U-Boot,1/2] gitignore: Add defconfig and fdtgrep

Message ID 1438327480-12885-1-git-send-email-bmeng.cn@gmail.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng July 31, 2015, 7:24 a.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

Simon Glass Aug. 2, 2015, 9:26 p.m. UTC | #1
On 31 July 2015 at 01:24, 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(+)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass Aug. 2, 2015, 11:36 p.m. UTC | #2
On 2 August 2015 at 15:26, Simon Glass <sjg@chromium.org> wrote:
> On 31 July 2015 at 01:24, 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(+)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-x86, thanks!
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index a40c277..33abbd3 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 eb1a27e..ff07680 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