Browse Source

Ignore Vim untitled and unsaved buffer swapfiles

Vim creates buffer swapfiles starting at .swp for buffers that are
active but untitled and unsaved.
pull/576/head
Nysa 11 years ago
parent
commit
acce99efee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Global/vim.gitignore

+ 1
- 1
Global/vim.gitignore View File

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

Loading…
Cancel
Save