diff mbox

[OSSTEST,02/16] gitignore: ignore vim swap file

Message ID 20171020103840.32762-3-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu Oct. 20, 2017, 10:38 a.m. UTC
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Ian Jackson Oct. 20, 2017, 10:53 a.m. UTC | #1
Wei Liu writes ("[OSSTEST PATCH 02/16] gitignore: ignore vim swap file"):
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Although, you may find your life improved by putting this in your
~/.config/git/ignore.

Ian.
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 425506b..f7e5b77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@ 
 *~
 *.bak
+*.swp
 tmp
 *.tmp
 bisection.ps