.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>
This commit is contained in:
Masahiro Yamada 2018-06-11 16:21:50 +09:00 committed by Tom Rini
parent 3eb0fa4c93
commit 28b538b69d
9 changed files with 2 additions and 9 deletions

2
.gitignore vendored
View File

@ -9,6 +9,8 @@
*.a
*.bin
*.cfgtmp
*.dtb
*.dtb.S
*.elf
*.exe
*.gcda

View File

@ -1 +0,0 @@
*.dtb

View File

@ -1 +0,0 @@
*.dtb

View File

@ -1 +0,0 @@
*.dtb

View File

@ -1 +0,0 @@
*.dtb

View File

@ -1 +0,0 @@
*.dtb

View File

@ -1 +0,0 @@
*.dtb

View File

@ -1 +0,0 @@
*.dtb

2
dts/.gitignore vendored
View File

@ -1,2 +0,0 @@
*.dtb
*.dtb.S