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?)
>
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
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
___