mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-11 12:19:02 +08:00
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Most of DT files are compiled under arch/*/boot/dts/, but we have some other directories, like drivers/of/unittest-data/. We often miss to add gitignore patterns per directory. Since there are no source files that end with .dtb or .dtb.S, we can ignore the patterns globally. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
1377dd3e29
commit
10b62a2f78
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,6 +14,8 @@
|
||||
*.bin
|
||||
*.bz2
|
||||
*.c.[012]*.*
|
||||
*.dtb
|
||||
*.dtb.S
|
||||
*.dwo
|
||||
*.elf
|
||||
*.gcno
|
||||
|
1
arch/arc/boot/.gitignore
vendored
1
arch/arc/boot/.gitignore
vendored
@ -1,2 +1 @@
|
||||
*.dtb*
|
||||
uImage
|
||||
|
1
arch/arm/boot/.gitignore
vendored
1
arch/arm/boot/.gitignore
vendored
@ -3,4 +3,3 @@ zImage
|
||||
xipImage
|
||||
bootpImage
|
||||
uImage
|
||||
*.dtb
|
||||
|
1
arch/arm64/boot/dts/.gitignore
vendored
1
arch/arm64/boot/dts/.gitignore
vendored
@ -1 +0,0 @@
|
||||
*.dtb
|
1
arch/metag/boot/.gitignore
vendored
1
arch/metag/boot/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
vmlinux*
|
||||
uImage*
|
||||
ramdisk.*
|
||||
*.dtb*
|
||||
|
1
arch/microblaze/boot/.gitignore
vendored
1
arch/microblaze/boot/.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
*.dtb
|
||||
linux.bin*
|
||||
simpleImage.*
|
||||
|
1
arch/mips/boot/.gitignore
vendored
1
arch/mips/boot/.gitignore
vendored
@ -5,4 +5,3 @@ zImage
|
||||
zImage.tmp
|
||||
calc_vmlinuz_load_addr
|
||||
uImage
|
||||
*.dtb
|
||||
|
1
arch/nios2/boot/.gitignore
vendored
1
arch/nios2/boot/.gitignore
vendored
@ -1,2 +1 @@
|
||||
*.dtb
|
||||
vmImage
|
||||
|
1
arch/powerpc/boot/.gitignore
vendored
1
arch/powerpc/boot/.gitignore
vendored
@ -18,7 +18,6 @@ otheros.bld
|
||||
uImage
|
||||
cuImage.*
|
||||
dtbImage.*
|
||||
*.dtb
|
||||
treeImage.*
|
||||
vmlinux.strip
|
||||
zImage
|
||||
|
1
arch/xtensa/boot/.gitignore
vendored
1
arch/xtensa/boot/.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
uImage
|
||||
zImage.redboot
|
||||
*.dtb
|
||||
|
2
drivers/of/unittest-data/.gitignore
vendored
2
drivers/of/unittest-data/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
testcases.dtb
|
||||
testcases.dtb.S
|
Loading…
Reference in New Issue
Block a user