[PATCH] ARC: add .gitignore files

From: Mischa Jonker
Date: Thu Jul 25 2013 - 08:20:20 EST


Ignore the following files:
* devicetree .dtb, .dtb.S files
* vmlinux.lds

Signed-off-by: Mischa Jonker <mjonker@xxxxxxxxxxxx>
---
arch/arc/boot/dts/.gitignore | 2 ++
arch/arc/kernel/.gitignore | 1 +
2 files changed, 3 insertions(+)
create mode 100644 arch/arc/boot/dts/.gitignore
create mode 100644 arch/arc/kernel/.gitignore

diff --git a/arch/arc/boot/dts/.gitignore b/arch/arc/boot/dts/.gitignore
new file mode 100644
index 0000000..1b37180
--- /dev/null
+++ b/arch/arc/boot/dts/.gitignore
@@ -0,0 +1,2 @@
+*.dtb
+*.dtb.S
diff --git a/arch/arc/kernel/.gitignore b/arch/arc/kernel/.gitignore
new file mode 100644
index 0000000..c5f676c
--- /dev/null
+++ b/arch/arc/kernel/.gitignore
@@ -0,0 +1 @@
+vmlinux.lds
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/