.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:
committed by
Tom Rini
parent
3eb0fa4c93
commit
28b538b69d
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,6 +9,8 @@
|
||||
*.a
|
||||
*.bin
|
||||
*.cfgtmp
|
||||
*.dtb
|
||||
*.dtb.S
|
||||
*.elf
|
||||
*.exe
|
||||
*.gcda
|
||||
|
||||
1
arch/arc/dts/.gitignore
vendored
1
arch/arc/dts/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.dtb
|
||||
1
arch/arm/dts/.gitignore
vendored
1
arch/arm/dts/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.dtb
|
||||
1
arch/microblaze/dts/.gitignore
vendored
1
arch/microblaze/dts/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.dtb
|
||||
1
arch/mips/dts/.gitignore
vendored
1
arch/mips/dts/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.dtb
|
||||
1
arch/nios2/dts/.gitignore
vendored
1
arch/nios2/dts/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.dtb
|
||||
1
arch/sandbox/dts/.gitignore
vendored
1
arch/sandbox/dts/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.dtb
|
||||
1
arch/x86/dts/.gitignore
vendored
1
arch/x86/dts/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.dtb
|
||||
2
dts/.gitignore
vendored
2
dts/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*.dtb
|
||||
*.dtb.S
|
||||
Reference in New Issue
Block a user