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
*.bz2
*.c.[012]*.*
*.dtb
*.dtb.S
*.dwo
*.elf
*.gcno

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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