.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 30 Oct 2017 15:33:46 +0000 (00:33 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Feb 2018 09:19:46 +0000 (10:19 +0100)
commit 10b62a2f785ab55857380f0c63d9fa468fd8c676 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>
.gitignore
arch/arc/boot/.gitignore
arch/arm/boot/.gitignore
arch/arm64/boot/dts/.gitignore [deleted file]
arch/metag/boot/.gitignore
arch/microblaze/boot/.gitignore
arch/mips/boot/.gitignore
arch/nios2/boot/.gitignore
arch/powerpc/boot/.gitignore
arch/xtensa/boot/.gitignore
drivers/of/unittest-data/.gitignore [deleted file]

index 435eeeb..6c119ea 100644 (file)
@@ -14,6 +14,8 @@
 *.bin
 *.bz2
 *.c.[012]*.*
+*.dtb
+*.dtb.S
 *.dwo
 *.elf
 *.gcno
index 3c79f85..ce1c5ff 100644 (file)
@@ -3,4 +3,3 @@ zImage
 xipImage
 bootpImage
 uImage
-*.dtb
diff --git a/arch/arm64/boot/dts/.gitignore b/arch/arm64/boot/dts/.gitignore
deleted file mode 100644 (file)
index b60ed20..0000000
+++ /dev/null
@@ -1 +0,0 @@
-*.dtb
index 2d6c0c1..6c662dd 100644 (file)
@@ -1,4 +1,3 @@
 vmlinux*
 uImage*
 ramdisk.*
-*.dtb*
index d3962cd..a73d6e2 100644 (file)
@@ -5,4 +5,3 @@ zImage
 zImage.tmp
 calc_vmlinuz_load_addr
 uImage
-*.dtb
index 84774cc..f92d053 100644 (file)
@@ -18,7 +18,6 @@ otheros.bld
 uImage
 cuImage.*
 dtbImage.*
-*.dtb
 treeImage.*
 vmlinux.strip
 zImage
index be76559..38177c7 100644 (file)
@@ -1,3 +1,2 @@
 uImage
 zImage.redboot
-*.dtb
diff --git a/drivers/of/unittest-data/.gitignore b/drivers/of/unittest-data/.gitignore
deleted file mode 100644 (file)
index 4b3cf8b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-testcases.dtb
-testcases.dtb.S