.gitignore add ".swp"

This commit is contained in:
eric 2021-04-29 11:58:28 +08:00
parent c26c9ba0e8
commit ac6c82f9d8

3
.gitignore vendored
View File

@ -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
commentsRouter*.go