mirror of
https://github.com/OMGeeky/gitignore.git
synced 2025-12-27 22:57:42 +01:00
Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files
.*.s[a-w][a-z] matches named swap files. .s[a-w][a-z] matches unnamed swap files.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
*.s[a-w][a-z]
|
||||
.s[a-w][a-z]
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
||||
|
||||
Reference in New Issue
Block a user