Florian Fainelli
2014-10-03 00:29:47 UTC
Build for Broadcom XLP revealed that we are not ignoring DTB files and
that would clobber the git status output. Fix that by adding a
.gitignore file in arch/mips/boot/dts/.
Signed-off-by: Florian Fainelli <***@gmail.com>
---
arch/mips/boot/dts/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 arch/mips/boot/dts/.gitignore
diff --git a/arch/mips/boot/dts/.gitignore b/arch/mips/boot/dts/.gitignore
new file mode 100644
index 000000000000..b60ed208c779
--- /dev/null
+++ b/arch/mips/boot/dts/.gitignore
@@ -0,0 +1 @@
+*.dtb
that would clobber the git status output. Fix that by adding a
.gitignore file in arch/mips/boot/dts/.
Signed-off-by: Florian Fainelli <***@gmail.com>
---
arch/mips/boot/dts/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 arch/mips/boot/dts/.gitignore
diff --git a/arch/mips/boot/dts/.gitignore b/arch/mips/boot/dts/.gitignore
new file mode 100644
index 000000000000..b60ed208c779
--- /dev/null
+++ b/arch/mips/boot/dts/.gitignore
@@ -0,0 +1 @@
+*.dtb
--
1.9.1
1.9.1