All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Greentime Hu <green.hu@gmail.com>, Vincent Chen <deanbo422@gmail.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Richard Weinberger <richard@nod.at>,
	Ingo Molnar <mingo@kernel.org>
Subject: Re: [PATCH] nds32: add vmlinux.lds and vdso.so to .gitignore
Date: Thu, 18 Apr 2019 18:37:39 +0900	[thread overview]
Message-ID: <CAK7LNAR6B=O3h3ec6hm-+O=Y+-ZAj97qQoF4kUfw8Z-NU+5NDQ@mail.gmail.com> (raw)
In-Reply-To: <1554280545-11318-1-git-send-email-yamada.masahiro@socionext.com>

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

  reply	other threads:[~2019-04-18  9:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-03  8:35 [PATCH] nds32: add vmlinux.lds and vdso.so to .gitignore Masahiro Yamada
2019-04-18  9:37 ` Masahiro Yamada [this message]
2019-04-24  7:03   ` Greentime Hu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK7LNAR6B=O3h3ec6hm-+O=Y+-ZAj97qQoF4kUfw8Z-NU+5NDQ@mail.gmail.com' \
    --to=yamada.masahiro@socionext.com \
    --cc=deanbo422@gmail.com \
    --cc=green.hu@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=richard@nod.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.