mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
.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:
parent
3eb0fa4c93
commit
28b538b69d
9 changed files with 2 additions and 9 deletions
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
|
Loading…
Add table
Reference in a new issue