.gitignore add ".swp"

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

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
*.swp
# Test binary, built with `go test -c`
*.test