diff options
author | 2008-07-29 08:29:32 +0900 | |
---|---|---|
committer | 2008-07-29 08:29:32 +0900 | |
commit | b9edb17cc268bc4c6f344264fb9af73f646a02c1 (patch) | |
tree | fa217f1cfd371bae3c62dcbd6808e34decfc11d0 | |
parent | sh: dreamcast: fix build failure from header reorg. (diff) | |
download | linux-dev-b9edb17cc268bc4c6f344264fb9af73f646a02c1.tar.xz linux-dev-b9edb17cc268bc4c6f344264fb9af73f646a02c1.zip |
sh: Add an arch/sh/kernel/.gitignore
Ignore vmlinux.lds.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | arch/sh/kernel/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/.gitignore b/arch/sh/kernel/.gitignore new file mode 100644 index 000000000000..c5f676c3c224 --- /dev/null +++ b/arch/sh/kernel/.gitignore @@ -0,0 +1 @@ +vmlinux.lds |