[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1374754809-27486-1-git-send-email-mjonker@synopsys.com>
Date: Thu, 25 Jul 2013 14:20:09 +0200
From: Mischa Jonker <Mischa.Jonker@...opsys.com>
To: Vineet.Gupta1@...opsys.com, linux-kernel@...r.kernel.org
Cc: Mischa Jonker <Mischa.Jonker@...opsys.com>
Subject: [PATCH] ARC: add .gitignore files
Ignore the following files:
* devicetree .dtb, .dtb.S files
* vmlinux.lds
Signed-off-by: Mischa Jonker <mjonker@...opsys.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists