From 0aaeea625089413b61006933cbfc1846e36cb686 Mon Sep 17 00:00:00 2001 From: Marek Gilbert Date: Wed, 2 Aug 2017 09:37:33 -0700 Subject: Add vim swap files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 696f1e1..9a26848 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,10 @@ DerivedData *.hmap *.ipa +# Vim +*.swo +*.swp + # Bundler .bundle -- cgit v1.2.3