Browse Source

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.
pull/751/head
Nysa 10 years ago
parent
commit
0030e9df60
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Global/vim.gitignore

+ 1
- 0
Global/vim.gitignore View File

@@ -1,4 +1,5 @@
*.s[a-w][a-z]
.s[a-w][a-z]
*.un~
Session.vim
.netrwhist

Loading…
Cancel
Save