Re: [patch] Add swap files for vim to .gitignore

2020-06-20 Thread Segher Boessenkool
Hi! On Sat, Jun 20, 2020 at 12:10:22PM +0200, Thomas Koenig via Gcc-patches wrote: > Add swap files for vim to .gitignore. > > This patch adds the most common swap files for vim to .gitignore. The > editor may leave those behind if is stopped or crashes. We already > do the same kind of things f

[patch] Add swap files for vim to .gitignore

2020-06-20 Thread Thomas Koenig via Gcc-patches
Add swap files for vim to .gitignore. This patch adds the most common swap files for vim to .gitignore. The editor may leave those behind if is stopped or crashes. We already do the same kind of things for emacs. ChangeLog: * .gitignore: Add swap files for vim. diff --git a/.gitignore