diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-04-23 16:40:31 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-04-23 16:41:26 +0900 |
commit | d9451798998df3a72dce1bc365bc9e76401b0d3a (patch) | |
tree | 46e5f267a79d44b3d8ed616c10fd8d5999a18f1a /arch/h8300/kernel | |
parent | ff4634eeed82544d32e09882899dba1bca9ce52a (diff) | |
download | linux-d9451798998df3a72dce1bc365bc9e76401b0d3a.tar.bz2 |
h8300: ignore vmlinux.lds
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/h8300/kernel')
-rw-r--r-- | arch/h8300/kernel/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/kernel/.gitignore b/arch/h8300/kernel/.gitignore new file mode 100644 index 000000000000..bbb90f92d051 --- /dev/null +++ b/arch/h8300/kernel/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +vmlinux.lds |