Re: [PATCH ethtool] gitignore: ignore vim swapfiles and patches

2019-08-09 Thread John W. Linville
On Mon, Jul 29, 2019 at 03:10:03PM +0200, Michal Kubecek wrote: > The .*.swp files are created by vim to hold the undo/redo log. Add them to > .gitignore to prevent "git status" or "git gui" from showing them whenever > some file is open in editor. > > Add also *.patch to hide patches created by e

[PATCH ethtool] gitignore: ignore vim swapfiles and patches

2019-07-29 Thread Michal Kubecek
The .*.swp files are created by vim to hold the undo/redo log. Add them to .gitignore to prevent "git status" or "git gui" from showing them whenever some file is open in editor. Add also *.patch to hide patches created by e.g. "git format-patch". Signed-off-by: Michal Kubecek --- .gitignore |