diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-04-03 11:35:45 +0300 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2019-05-07 12:52:09 +0300 |
commit | 5b633e517b8c02d0391f3f87e1af35cc38168b40 (patch) | |
tree | aa7329172d58df87162b5970ba73b5a53137a9ef /arch | |
parent | aa0be0e022ff1ec333c6fe626879e03a037c7230 (diff) | |
download | linux-5b633e517b8c02d0391f3f87e1af35cc38168b40.tar.xz |
nds32: add vmlinux.lds and vdso.so to .gitignore
These are build artifacts, which should be ignored by git.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nds32/kernel/.gitignore | 1 | ||||
-rw-r--r-- | arch/nds32/kernel/vdso/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/nds32/kernel/.gitignore b/arch/nds32/kernel/.gitignore new file mode 100644 index 000000000000..c5f676c3c224 --- /dev/null +++ b/arch/nds32/kernel/.gitignore @@ -0,0 +1 @@ +vmlinux.lds diff --git a/arch/nds32/kernel/vdso/.gitignore b/arch/nds32/kernel/vdso/.gitignore new file mode 100644 index 000000000000..f8b69d84238e --- /dev/null +++ b/arch/nds32/kernel/vdso/.gitignore @@ -0,0 +1 @@ +vdso.lds |