mirror of https://github.com/kubeflow/examples.git
Update gitignore for all VIM temp files. (#477)
* Update gitignore for all VIM temp files. * remove existed format.
This commit is contained in:
parent
ed82693304
commit
45d157f238
|
|
@ -17,7 +17,8 @@ bin/
|
||||||
flymd.*
|
flymd.*
|
||||||
|
|
||||||
# vim .swp files
|
# vim .swp files
|
||||||
.swp
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
# Files created by Gogland IDE
|
# Files created by Gogland IDE
|
||||||
.idea/
|
.idea/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue