From b78ccc6d4f3e7766da6dc3e9bc05c36da8b09193 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Thu, 13 Apr 2017 16:04:07 -0500 Subject: [PATCH] Ignore vim swap files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f245864612..c8c13aed48 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ xs/assertlib* local-lib package/osx/Slic3r*.app *.dmg +*.swp +*.swo