All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony PERARD <anthony.perard@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
	Julien Grall <julien.grall@arm.com>,
	Jan Beulich <jbeulich@suse.com>,
	xen-devel@lists.xenproject.org
Subject: Re: [PATCH 1/4] gitignore: ignore .vscode directory
Date: Mon, 13 May 2019 15:13:06 +0100	[thread overview]
Message-ID: <20190513141305.GA9999@perard.uk.xensource.com> (raw)
In-Reply-To: <20190513134714.3124-2-wei.liu2@citrix.com>

On Mon, May 13, 2019 at 02:47:11PM +0100, Wei Liu wrote:
> The directory is created by Visual Studio Code editor to store its
> local state.
> 
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 26bc583f74..3822bb75ba 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -30,6 +30,7 @@ cscope.out
>  cscope.po.out
>  .config
>  .vimrc
> +.vscode

Shouldn't this go in "~/.config/git/ignore" instead? Or whatever `git
config core.excludesFile` point to.

`git help ignore` for more detail.

-- 
Anthony PERARD

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

WARNING: multiple messages have this Message-ID (diff)
From: Anthony PERARD <anthony.perard@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
	Julien Grall <julien.grall@arm.com>,
	Jan Beulich <jbeulich@suse.com>,
	xen-devel@lists.xenproject.org
Subject: Re: [Xen-devel] [PATCH 1/4] gitignore: ignore .vscode directory
Date: Mon, 13 May 2019 15:13:06 +0100	[thread overview]
Message-ID: <20190513141305.GA9999@perard.uk.xensource.com> (raw)
Message-ID: <20190513141306.koUTXgIYrX9yuz0B09i0UNWxIUPoZMIOrmjpFjsCh0E@z> (raw)
In-Reply-To: <20190513134714.3124-2-wei.liu2@citrix.com>

On Mon, May 13, 2019 at 02:47:11PM +0100, Wei Liu wrote:
> The directory is created by Visual Studio Code editor to store its
> local state.
> 
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 26bc583f74..3822bb75ba 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -30,6 +30,7 @@ cscope.out
>  cscope.po.out
>  .config
>  .vimrc
> +.vscode

Shouldn't this go in "~/.config/git/ignore" instead? Or whatever `git
config core.excludesFile` point to.

`git help ignore` for more detail.

-- 
Anthony PERARD

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  reply	other threads:[~2019-05-13 14:13 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-13 13:47 [PATCH 0/4] Misc patches Wei Liu
2019-05-13 13:47 ` [Xen-devel] " Wei Liu
2019-05-13 13:47 ` [PATCH 1/4] gitignore: ignore .vscode directory Wei Liu
2019-05-13 13:47   ` [Xen-devel] " Wei Liu
2019-05-13 14:13   ` Anthony PERARD [this message]
2019-05-13 14:13     ` Anthony PERARD
2019-05-13 14:16     ` Wei Liu
2019-05-13 14:16       ` [Xen-devel] " Wei Liu
2019-05-13 13:47 ` [PATCH 2/4] public/tmem.h: fix version number in comment Wei Liu
2019-05-13 13:47   ` [Xen-devel] " Wei Liu
2019-05-13 14:25   ` Jan Beulich
2019-05-13 14:25     ` [Xen-devel] " Jan Beulich
2019-05-13 13:47 ` [PATCH 3/4] README: document that `python` is required Wei Liu
2019-05-13 13:47   ` [Xen-devel] " Wei Liu
2019-05-13 14:27   ` Jan Beulich
2019-05-13 14:27     ` [Xen-devel] " Jan Beulich
2019-05-13 14:36     ` Wei Liu
2019-05-13 14:36       ` [Xen-devel] " Wei Liu
2019-05-13 14:38   ` George Dunlap
2019-05-13 14:38     ` [Xen-devel] " George Dunlap
2019-05-13 14:40     ` Wei Liu
2019-05-13 14:40       ` [Xen-devel] " Wei Liu
2019-05-13 13:47 ` [PATCH 4/4] INSTALL: remove duplicate sentence Wei Liu
2019-05-13 13:47   ` [Xen-devel] " Wei Liu
2019-05-13 14:29   ` Jan Beulich
2019-05-13 14:29     ` [Xen-devel] " Jan Beulich
2019-05-13 14:34     ` Wei Liu
2019-05-13 14:34       ` [Xen-devel] " Wei Liu

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=20190513141305.GA9999@perard.uk.xensource.com \
    --to=anthony.perard@citrix.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien.grall@arm.com \
    --cc=konrad.wilk@oracle.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /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.