.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 435eeeb81efa3d3dd3b1c80f7a8b41b2d0494fd2..6c119eab5d46921575fe606e9fe362ab5190791e 100644 (file)
@@ -14,6 +14,8 @@
 *.bin
 *.bz2
 *.c.[012]*.*
+*.dtb
+*.dtb.S
 *.dwo
 *.elf
 *.gcno
index 5246969a20c5fb323acf72b3b96dbc2976bfce4c..c4c5fd529c251d126b28ff8c3c5e77b6d6a45e2b 100644 (file)
@@ -1,2 +1 @@
-*.dtb*
 uImage
index 3c79f85975aaa26c7c2e353fefc54d71d89bc5bf..ce1c5ff746e7d2930fc0ec2005b6e65b35bd9a91 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 2d6c0c160884392c98407e3f30cae7b9f58ce014..6c662ddb909aaebb08a52db3701f31243d0ac39b 100644 (file)
@@ -1,4 +1,3 @@
 vmlinux*
 uImage*
 ramdisk.*
-*.dtb*
index bf04591860277251a4b3b8dfb2ce60fc63d6c073..679502d64a9768509f23f03ac3d7b57fa01852ff 100644 (file)
@@ -1,3 +1,2 @@
-*.dtb
 linux.bin*
 simpleImage.*
index d3962cd5ce0c129024666704ecfacdacb58a7cc9..a73d6e2c4f64fe55e033c05e0ec4aa1eed8eed4e 100644 (file)
@@ -5,4 +5,3 @@ zImage
 zImage.tmp
 calc_vmlinuz_load_addr
 uImage
-*.dtb
index 109279ca5a4de53d64b71b741e99bd335032baaa..64386a8dedd8b71dec9b8e6f544273b1a2642b65 100644 (file)
@@ -1,2 +1 @@
-*.dtb
 vmImage
index 84774ccba1c27b526513a4b077438495bfe4e14a..f92d0530ceb11932d0d4132cd89d906595bd6ad3 100644 (file)
@@ -18,7 +18,6 @@ otheros.bld
 uImage
 cuImage.*
 dtbImage.*
-*.dtb
 treeImage.*
 vmlinux.strip
 zImage
index be7655998b26cab5a7eac5f730e90adcd5ac915a..38177c7ebcabc9aa659bf8c01e95675c528df1ad 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