From ac6c82f9d80486263b6d5b43b845e5a1eb45c368 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 29 Apr 2021 11:58:28 +0800 Subject: [PATCH] .gitignore add ".swp" --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb2bd34b..da28697b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.dll *.so *.dylib +*.swp # Test binary, built with `go test -c` *.test @@ -22,4 +23,4 @@ tmpFiles/ *.tmp logs/ lastupdate.tmp -commentsRouter*.go \ No newline at end of file +commentsRouter*.go