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 /.gitignore | |
parent | fe3fbd302427b3690c4d682c1d7d03ca94771afd (diff) | |
download | u-boot-01124327988d4eddd9d7580158d1d4fcf439d538.tar.gz |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 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 |