Commit 10b62a2f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Rob Herring

.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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 1377dd3e
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
*.bin *.bin
*.bz2 *.bz2
*.c.[012]*.* *.c.[012]*.*
*.dtb
*.dtb.S
*.dwo *.dwo
*.elf *.elf
*.gcno *.gcno
......
...@@ -3,4 +3,3 @@ zImage ...@@ -3,4 +3,3 @@ zImage
xipImage xipImage
bootpImage bootpImage
uImage uImage
*.dtb
vmlinux* vmlinux*
uImage* uImage*
ramdisk.* ramdisk.*
*.dtb*
*.dtb
linux.bin* linux.bin*
simpleImage.* simpleImage.*
...@@ -5,4 +5,3 @@ zImage ...@@ -5,4 +5,3 @@ zImage
zImage.tmp zImage.tmp
calc_vmlinuz_load_addr calc_vmlinuz_load_addr
uImage uImage
*.dtb
...@@ -18,7 +18,6 @@ otheros.bld ...@@ -18,7 +18,6 @@ otheros.bld
uImage uImage
cuImage.* cuImage.*
dtbImage.* dtbImage.*
*.dtb
treeImage.* treeImage.*
vmlinux.strip vmlinux.strip
zImage zImage
......
uImage uImage
zImage.redboot zImage.redboot
*.dtb
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment