Update gitignore for all VIM temp files. (#477)

* Update gitignore for all VIM temp files.

* remove existed format.
This commit is contained in:
Hung-Ting Wen 2019-02-19 11:06:02 -08:00 committed by Kubernetes Prow Robot
parent ed82693304
commit 45d157f238
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -17,7 +17,8 @@ bin/
flymd.*
# vim .swp files
.swp
*.swp
*.swo
# Files created by Gogland IDE
.idea/