Re: [Xen-devel] [MINIOS PATCH 1/4] gitignore: ignore vim swap file

2016-08-18 Thread Wei Liu
On Wed, Aug 17, 2016 at 02:51:21PM +0200, Samuel Thibault wrote: > Wei Liu, on Wed 17 Aug 2016 13:35:11 +0100, wrote: > > Signed-off-by: Wei Liu > > Reviewed-by: Samuel Thibault > Pushed this patch to reduce path queue length. Wei. ___ Xen-devel ma

Re: [Xen-devel] [MINIOS PATCH 1/4] gitignore: ignore vim swap file

2016-08-17 Thread Samuel Thibault
Wei Liu, on Wed 17 Aug 2016 13:35:11 +0100, wrote: > Signed-off-by: Wei Liu Reviewed-by: Samuel Thibault > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 1c655a0..f21cc46 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1,6 +1,7 @@

[Xen-devel] [MINIOS PATCH 1/4] gitignore: ignore vim swap file

2016-08-17 Thread Wei Liu
Signed-off-by: Wei Liu --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1c655a0..f21cc46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *~ *.o *.a +*.swp include/list.h mini-os mini-os.gz -- 2.1.4 _