aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-10-03 13:16:15 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-10-03 13:16:15 +0900
commit3e6c999de9a5438c97524a62845da8da78923205 (patch)
treeba0a58e4fbb0521f58dd45afc76563c4a0bc2f0b
parentsh: build fixes for defconfigs. (diff)
downloadlinux-dev-3e6c999de9a5438c97524a62845da8da78923205.tar.xz
linux-dev-3e6c999de9a5438c97524a62845da8da78923205.zip
sh: Initial gitignore list
Ignore build-time generated files. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r--arch/sh/boot/.gitignore1
-rw-r--r--arch/sh/kernel/vsyscall/.gitignore1
-rw-r--r--include/asm-sh/.gitignore3
3 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boot/.gitignore b/arch/sh/boot/.gitignore
new file mode 100644
index 000000000000..b6718de23693
--- /dev/null
+++ b/arch/sh/boot/.gitignore
@@ -0,0 +1 @@
+zImage
diff --git a/arch/sh/kernel/vsyscall/.gitignore b/arch/sh/kernel/vsyscall/.gitignore
new file mode 100644
index 000000000000..40836ad9079c
--- /dev/null
+++ b/arch/sh/kernel/vsyscall/.gitignore
@@ -0,0 +1 @@
+vsyscall.lds
diff --git a/include/asm-sh/.gitignore b/include/asm-sh/.gitignore
new file mode 100644
index 000000000000..9218ef82b698
--- /dev/null
+++ b/include/asm-sh/.gitignore
@@ -0,0 +1,3 @@
+cpu
+mach
+machtypes.h