Browse Source

.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>
Masahiro Yamada 7 years ago
parent
commit
10b62a2f78

+ 2 - 0
.gitignore

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

+ 0 - 1
arch/arc/boot/.gitignore

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

+ 0 - 1
arch/arm/boot/.gitignore

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

+ 0 - 1
arch/arm64/boot/dts/.gitignore

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

+ 0 - 1
arch/metag/boot/.gitignore

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

+ 0 - 1
arch/microblaze/boot/.gitignore

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

+ 0 - 1
arch/mips/boot/.gitignore

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

+ 0 - 1
arch/nios2/boot/.gitignore

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

+ 0 - 1
arch/powerpc/boot/.gitignore

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

+ 0 - 1
arch/xtensa/boot/.gitignore

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

+ 0 - 2
drivers/of/unittest-data/.gitignore

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