public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARC: add .gitignore files
@ 2013-07-25 12:20 Mischa Jonker
  2013-07-25 15:49 ` Vineet Gupta
  0 siblings, 1 reply; 2+ messages in thread
From: Mischa Jonker @ 2013-07-25 12:20 UTC (permalink / raw)
  To: Vineet.Gupta1, linux-kernel; +Cc: Mischa Jonker

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

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-25 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25 12:20 [PATCH] ARC: add .gitignore files Mischa Jonker
2013-07-25 15:49 ` Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox