[U-Boot] [PATCH] gitignore: Add defconfig and fdtgrep

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

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
participants (1)
-
Bin Meng