summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-07-31 00:24:39 -0700
committerSimon Glass <sjg@chromium.org>2015-08-05 08:42:39 -0600
commit01124327988d4eddd9d7580158d1d4fcf439d538 (patch)
treef2819cff4b8c2204e6616e68735169fe6c7d2d6d
parentfe3fbd302427b3690c4d682c1d7d03ca94771afd (diff)
downloadtalos-obmc-uboot-01124327988d4eddd9d7580158d1d4fcf439d538.tar.gz
talos-obmc-uboot-01124327988d4eddd9d7580158d1d4fcf439d538.zip
gitignore: Add defconfig and fdtgrep
Ignore defconfig and tools/fdtgrep. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r--.gitignore1
-rw-r--r--tools/.gitignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a40c277105..33abbd3d07 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 eb1a27e36d..ff07680308 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
OpenPOWER on IntegriCloud