From f0fae838f811faed8d06ab08c5e671ba8f68821a Mon Sep 17 00:00:00 2001 From: Alexound Date: Thu, 24 Oct 2019 11:21:36 +0400 Subject: [PATCH] Added match '*.swp' to work with Vim in 'gitgnore'. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 54166b9..83f1989 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # Editors .vscode/ + +# Vim +*.swp