diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-06-11 16:21:50 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-18 14:43:12 -0400 |
commit | 28b538b69dd44b5f4ea595059612115069ace96b (patch) | |
tree | 52afc51ac4238c28defe81c291c961ea40ec61b5 /.gitignore | |
parent | 3eb0fa4c93894fcc6afe628e44c3fd0c52bea473 (diff) | |
download | u-boot-28b538b69dd44b5f4ea595059612115069ace96b.tar.gz |
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Follow Linux commit 10b62a2f785a (".gitignore: move *.dtb and *.dtb.S
patterns to the top-level .gitignore").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4d4c48686f..6bb0adefa7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ *.a *.bin *.cfgtmp +*.dtb +*.dtb.S *.elf *.exe *.gcda |