Re: [Xen-devel] [PATCH OSSTEST] gitignore: ignore vim swp file

2016-07-21 Thread Wei Liu
On Thu, Jul 21, 2016 at 12:07:35PM +0100, Ian Jackson wrote: > Wei Liu writes ("[PATCH OSSTEST] gitignore: ignore vim swp file"): > > Signed-off-by: Wei Liu > > Acked-by: Ian Jackson > > FTR I normally commit obvious .gitignore patches without an ack (but > maybe other people would disagree?) >

[Xen-devel] [PATCH OSSTEST] gitignore: ignore vim swp file

2016-07-21 Thread Ian Jackson
Wei Liu writes ("[PATCH OSSTEST] gitignore: ignore vim swp file"): > Signed-off-by: Wei Liu Acked-by: Ian Jackson FTR I normally commit obvious .gitignore patches without an ack (but maybe other people would disagree?) Thanks, Ian. ___ Xen-devel mai

[Xen-devel] [PATCH OSSTEST] gitignore: ignore vim swp file

2016-07-21 Thread Wei Liu
Signed-off-by: Wei Liu --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bccf488..f5aba20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *~ *.bak +*.swp tmp bisection.ps bisection.dot -- 2.1.4 ___