1
0
Fork 0

.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore

commit 10b62a2f78 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
pull/10/head
Masahiro Yamada 2017-10-31 00:33:46 +09:00 committed by Greg Kroah-Hartman
parent bafda5d375
commit abc5896b77
11 changed files with 2 additions and 11 deletions

2
.gitignore vendored
View File

@ -14,6 +14,8 @@
*.bin *.bin
*.bz2 *.bz2
*.c.[012]*.* *.c.[012]*.*
*.dtb
*.dtb.S
*.dwo *.dwo
*.elf *.elf
*.gcno *.gcno

View File

@ -1,2 +1 @@
*.dtb*
uImage uImage

View File

@ -3,4 +3,3 @@ zImage
xipImage xipImage
bootpImage bootpImage
uImage uImage
*.dtb

View File

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

View File

@ -1,4 +1,3 @@
vmlinux* vmlinux*
uImage* uImage*
ramdisk.* ramdisk.*
*.dtb*

View File

@ -1,3 +1,2 @@
*.dtb
linux.bin* linux.bin*
simpleImage.* simpleImage.*

View File

@ -5,4 +5,3 @@ zImage
zImage.tmp zImage.tmp
calc_vmlinuz_load_addr calc_vmlinuz_load_addr
uImage uImage
*.dtb

View File

@ -1,2 +1 @@
*.dtb
vmImage vmImage

View File

@ -18,7 +18,6 @@ otheros.bld
uImage uImage
cuImage.* cuImage.*
dtbImage.* dtbImage.*
*.dtb
treeImage.* treeImage.*
vmlinux.strip vmlinux.strip
zImage zImage

View File

@ -1,3 +1,2 @@
uImage uImage
zImage.redboot zImage.redboot
*.dtb

View File

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