diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 13:16:15 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 13:16:15 +0900 |
commit | 3e6c999de9a5438c97524a62845da8da78923205 (patch) | |
tree | ba0a58e4fbb0521f58dd45afc76563c4a0bc2f0b | |
parent | 711fa8096863e4b50bb97f9ebc44606dc2182ac3 (diff) | |
download | op-kernel-dev-3e6c999de9a5438c97524a62845da8da78923205.zip op-kernel-dev-3e6c999de9a5438c97524a62845da8da78923205.tar.gz |
sh: Initial gitignore list
Ignore build-time generated files.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/boot/.gitignore | 1 | ||||
-rw-r--r-- | arch/sh/kernel/vsyscall/.gitignore | 1 | ||||
-rw-r--r-- | include/asm-sh/.gitignore | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/boot/.gitignore b/arch/sh/boot/.gitignore new file mode 100644 index 0000000..b6718de --- /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 0000000..40836ad --- /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 0000000..9218ef8 --- /dev/null +++ b/include/asm-sh/.gitignore @@ -0,0 +1,3 @@ +cpu +mach +machtypes.h |