From c9f8a9025543146512980db6c0c7f1c0e318d613 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 13 Apr 2019 16:32:20 -0400 Subject: [PATCH] Added ignores for spell. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e43b0f9..af1d83d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ .DS_Store + +################################################################################ +# VIM +vim/backup/* +vim/autoload/* +vim/spell/*.spl