diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-02-08 18:36:21 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-02-08 18:36:21 (EST) |
commit | 711fe4d365125778b2a8f48cd801630ae47d0f45 (patch) | |
tree | c39746df8027a6e422a36d0b738d4c3ca3aecd45 | |
parent | a504395e3a71d631b26e5ce6883dd610e2c2ef2c (diff) | |
download | eggshell-711fe4d365125778b2a8f48cd801630ae47d0f45.zip eggshell-711fe4d365125778b2a8f48cd801630ae47d0f45.tar.gz eggshell-711fe4d365125778b2a8f48cd801630ae47d0f45.tar.bz2 |
.gitignore: Improve Vim swap file matching
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ # Swap and backup files -*.s[a-w]? +.*.s[a-w]? +.s[a-w]? *.vim *~ *.orig |