mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #962 from ghodss/vim-gitignore
Update .gitignore to include vim save files.
This commit is contained in:
commit
ecd68b2c46
7
.gitignore
vendored
7
.gitignore
vendored
@ -13,6 +13,13 @@
|
||||
# Emacs save files
|
||||
*~
|
||||
|
||||
# Vim-related files
|
||||
[._]*.s[a-w][a-z]
|
||||
[._]s[a-w][a-z]
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
||||
|
||||
# Go test binaries
|
||||
*.test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user