From d26745dcc31dfb5f1da8c531972f2458439a7cd2 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 17 May 2019 12:19:27 +0300 Subject: add *.swp to .gitignore. This accomodates configurations where vim stores the swap files in the working directory. Signed-off-by: Gediminas Jakutis --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5a90445..cddd121 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.bin a.out build +*.swp -- cgit v1.2.3