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