Skip to content

Commit

Permalink
nds32: add vmlinux.lds and vdso.so to .gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada authored and Greentime Hu committed May 7, 2019
1 parent aa0be0e commit 5b633e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/nds32/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vmlinux.lds
1 change: 1 addition & 0 deletions arch/nds32/kernel/vdso/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vdso.lds

0 comments on commit 5b633e5

Please sign in to comment.