diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-07-31 00:24:39 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 08:42:39 -0600 |
commit | 01124327988d4eddd9d7580158d1d4fcf439d538 (patch) | |
tree | f2819cff4b8c2204e6616e68735169fe6c7d2d6d | |
parent | fe3fbd302427b3690c4d682c1d7d03ca94771afd (diff) | |
download | u-boot-imx-01124327988d4eddd9d7580158d1d4fcf439d538.zip u-boot-imx-01124327988d4eddd9d7580158d1d4fcf439d538.tar.gz u-boot-imx-01124327988d4eddd9d7580158d1d4fcf439d538.tar.bz2 |
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-- | .gitignore | 1 | ||||
-rw-r--r-- | tools/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |