Skip to content
Snippets Groups Projects
Commit 10b62a2f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Rob Herring
Browse files

.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
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@
*.bin
*.bz2
*.c.[012]*.*
*.dtb
*.dtb.S
*.dwo
*.elf
*.gcno
......
*.dtb*
uImage
......@@ -3,4 +3,3 @@ zImage
xipImage
bootpImage
uImage
*.dtb
*.dtb
vmlinux*
uImage*
ramdisk.*
*.dtb*
*.dtb
linux.bin*
simpleImage.*
......@@ -5,4 +5,3 @@ zImage
zImage.tmp
calc_vmlinuz_load_addr
uImage
*.dtb
*.dtb
vmImage
......@@ -18,7 +18,6 @@ otheros.bld
uImage
cuImage.*
dtbImage.*
*.dtb
treeImage.*
vmlinux.strip
zImage
......
uImage
zImage.redboot
*.dtb
testcases.dtb
testcases.dtb.S
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment