commit | 28b538b69dd44b5f4ea595059612115069ace96b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 11 16:21:50 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 18 14:43:12 2018 -0400 |
tree | 52afc51ac4238c28defe81c291c961ea40ec61b5 | |
parent | 3eb0fa4c93894fcc6afe628e44c3fd0c52bea473 [diff] [blame] |
.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>
diff --git a/.gitignore b/.gitignore index 4d4c486..6bb0ade 100644 --- a/.gitignore +++ b/.gitignore
@@ -9,6 +9,8 @@ *.a *.bin *.cfgtmp +*.dtb +*.dtb.S *.elf *.exe *.gcda