Ignore multiple vim swapfiles
In case there is more than one swapfile for a file (.swo, .swn, ...)
This commit is contained in:
parent
e85ec2d828
commit
43de894452
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.EGG-INFO
|
*.EGG-INFO
|
||||||
*.kpf
|
*.kpf
|
||||||
*.swp
|
*.sw?
|
||||||
*.wpr
|
*.wpr
|
||||||
.*.cfg
|
.*.cfg
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue