From aa9cef34786796b6957798c3a7493207fa3b4e39 Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Tue, 23 Jun 2015 22:27:48 +0800 Subject: [PATCH] Add vim swap files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4e3c8e78f..a766c3cf7 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,6 @@ build/autoconf/test-driver libarchive_test.log libarchive_test.trs test-suite.log + +.sw? +.*.sw? -- 2.47.2