gitignore/Global/vim.gitignore
Nysa 0030e9df60 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.
2013-08-27 20:51:55 -05:00

7 lines
59 B
Plaintext

*.s[a-w][a-z]
.s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~