Commit 28b538b69dd44b5f4ea595059612115069ace96b

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 3eb0fa4c93

.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>

Showing 9 changed files with 2 additions and 9 deletions Side-by-side Diff

... ... @@ -9,6 +9,8 @@
9 9 *.a
10 10 *.bin
11 11 *.cfgtmp
  12 +*.dtb
  13 +*.dtb.S
12 14 *.elf
13 15 *.exe
14 16 *.gcda
arch/arc/dts/.gitignore
1   -*.dtb
arch/arm/dts/.gitignore
1   -*.dtb
arch/microblaze/dts/.gitignore
1   -*.dtb
arch/mips/dts/.gitignore
1   -*.dtb
arch/nios2/dts/.gitignore
1   -*.dtb
arch/sandbox/dts/.gitignore
1   -*.dtb
arch/x86/dts/.gitignore
1   -*.dtb
dts/.gitignore
1   -*.dtb
2   -*.dtb.S