change the vim temp files pattern to more accurate version

This commit is contained in:
liangdzou 2018-09-05 16:45:05 +08:00
parent f0ec2ce3ba
commit 7982a75deb

3
.gitignore vendored
View File

@ -38,7 +38,8 @@ docs/utils/*.pyc
/deps/downloads/
# vim stuff
.*.sw?
[._]*.sw[a-p]
[._]sw[a-p]
# IDE files
.idea