[U-Boot] [PATCH] gitignore: Add defconfig and fdtgrep
Bin Meng
bmeng.cn at gmail.com
Wed Jul 29 15:08:26 CEST 2015
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
--
1.8.2.1
More information about the U-Boot
mailing list