Re: [Xen-devel] [PATCH 1/4] gitignore: ignore .vscode directory

2019-05-13 Thread Wei Liu
On Mon, May 13, 2019 at 03:13:06PM +0100, Anthony PERARD wrote: > 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 > > --- > > .gitignore | 1 + > > 1 file changed, 1

Re: [Xen-devel] [PATCH 1/4] gitignore: ignore .vscode directory

2019-05-13 Thread Anthony PERARD
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 > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index

[Xen-devel] [PATCH 1/4] gitignore: ignore .vscode directory

2019-05-13 Thread Wei Liu
The directory is created by Visual Studio Code editor to store its local state. Signed-off-by: Wei Liu --- .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