Re: [Xen-devel] [PATCH v10 1/3] gitignore: add local vimrc files

2017-09-07 Thread Petre Ovidiu PIRCALABU
On Jo, 2017-09-07 at 17:12 +0100, Ian Jackson wrote: > Petre Ovidiu PIRCALABU writes ("Re: [PATCH v10 1/3] gitignore: add > local vimrc files"): > > > > On Jo, 2017-09-07 at 15:59 +0100, Wei Liu wrote: > > > > > > OOI how does this work? > ... > > > > I haven't added the file to the repository,

Re: [Xen-devel] [PATCH v10 1/3] gitignore: add local vimrc files

2017-09-07 Thread Ian Jackson
Petre Ovidiu PIRCALABU writes ("Re: [PATCH v10 1/3] gitignore: add local vimrc files"): > On Jo, 2017-09-07 at 15:59 +0100, Wei Liu wrote: > > OOI how does this work? ... > I haven't added the file to the repository, just to .gitignore in order > to mask it from git. It will help me very much to h

Re: [Xen-devel] [PATCH v10 1/3] gitignore: add local vimrc files

2017-09-07 Thread Wei Liu
On Thu, Sep 07, 2017 at 03:36:00PM +, Petre Ovidiu PIRCALABU wrote: > On Jo, 2017-09-07 at 15:59 +0100, Wei Liu wrote: > > OOI how does this work? > > > > You put a .vimrc under xen.git? > I haven't added the file to the repository, just to .gitignore in order > to mask it from git. It will hel

Re: [Xen-devel] [PATCH v10 1/3] gitignore: add local vimrc files

2017-09-07 Thread Petre Ovidiu PIRCALABU
On Jo, 2017-09-07 at 15:59 +0100, Wei Liu wrote: > OOI how does this work? > > You put a .vimrc under xen.git? I haven't added the file to the repository, just to .gitignore in order to mask it from git. It will help me very much to have it upstream because right now I have to cherry-pick it each t

Re: [Xen-devel] [PATCH v10 1/3] gitignore: add local vimrc files

2017-09-07 Thread Wei Liu
OOI how does this work? You put a .vimrc under xen.git? On Wed, Sep 06, 2017 at 04:48:24PM +0300, Petre Pircalabu wrote: > Signed-off-by: Petre Pircalabu > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 594ffd9..8af9c02 100644 > --- a/

[Xen-devel] [PATCH v10 1/3] gitignore: add local vimrc files

2017-09-06 Thread Petre Pircalabu
Signed-off-by: Petre Pircalabu --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 594ffd9..8af9c02 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ cscope.in.out cscope.out cscope.po.out .config +.vimrc dist stubdom/*.tar.gz -- 2.7.4