diff mbox series

nds32: add vmlinux.lds and vdso.so to .gitignore

Message ID 1554280545-11318-1-git-send-email-yamada.masahiro@socionext.com
State Superseded
Headers show
Series nds32: add vmlinux.lds and vdso.so to .gitignore | expand

Commit Message

Masahiro Yamada April 3, 2019, 8:35 a.m. UTC
These are build artifacts, which should be ignored by git.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 arch/nds32/kernel/.gitignore      | 1 +
 arch/nds32/kernel/vdso/.gitignore | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 arch/nds32/kernel/.gitignore
 create mode 100644 arch/nds32/kernel/vdso/.gitignore

-- 
2.7.4

Comments

Masahiro Yamada April 18, 2019, 9:37 a.m. UTC | #1
Hi Greentime,

On Wed, Apr 3, 2019 at 5:39 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>

> These are build artifacts, which should be ignored by git.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

> ---


Ping ?

>

>  arch/nds32/kernel/.gitignore      | 1 +

>  arch/nds32/kernel/vdso/.gitignore | 1 +

>  2 files changed, 2 insertions(+)

>  create mode 100644 arch/nds32/kernel/.gitignore

>  create mode 100644 arch/nds32/kernel/vdso/.gitignore

>

> diff --git a/arch/nds32/kernel/.gitignore b/arch/nds32/kernel/.gitignore

> new file mode 100644

> index 0000000..c5f676c

> --- /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 0000000..f8b69d8

> --- /dev/null

> +++ b/arch/nds32/kernel/vdso/.gitignore

> @@ -0,0 +1 @@

> +vdso.lds

> --

> 2.7.4

>



-- 
Best Regards
Masahiro Yamada
Greentime Hu April 24, 2019, 7:03 a.m. UTC | #2
Masahiro Yamada <yamada.masahiro@socionext.com> 於 2019年4月18日 週四 下午5:38寫道:
>

> Hi Greentime,

>

> On Wed, Apr 3, 2019 at 5:39 PM Masahiro Yamada

> <yamada.masahiro@socionext.com> wrote:

> >

> > These are build artifacts, which should be ignored by git.

> >

> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

> > ---

>

> Ping ?

>

> >

> >  arch/nds32/kernel/.gitignore      | 1 +

> >  arch/nds32/kernel/vdso/.gitignore | 1 +

> >  2 files changed, 2 insertions(+)

> >  create mode 100644 arch/nds32/kernel/.gitignore

> >  create mode 100644 arch/nds32/kernel/vdso/.gitignore

> >

> > diff --git a/arch/nds32/kernel/.gitignore b/arch/nds32/kernel/.gitignore

> > new file mode 100644

> > index 0000000..c5f676c

> > --- /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 0000000..f8b69d8

> > --- /dev/null

> > +++ b/arch/nds32/kernel/vdso/.gitignore

> > @@ -0,0 +1 @@

> > +vdso.lds


Hi Yamada,

Thank you.
Acked-by: Greentime Hu <greentime@andestech.com>
diff mbox series

Patch

diff --git a/arch/nds32/kernel/.gitignore b/arch/nds32/kernel/.gitignore
new file mode 100644
index 0000000..c5f676c
--- /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 0000000..f8b69d8
--- /dev/null
+++ b/arch/nds32/kernel/vdso/.gitignore
@@ -0,0 +1 @@ 
+vdso.lds