From 7b0f8f360ad4387c384106b19061dc1a851b2034 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 8 Oct 2019 15:42:16 +0200 Subject: [PATCH] [ADD][GITIGNORE] Ignore non-personal vim files Now that I'm tracking the '.vim' folder, I need to ignore all the files that were automatically populated inside it by plug-ins or spelling. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5fd820f --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Vim related files +vim/.vim/.netrwhist +vim/.vim/autoload/plug.vim* +vim/.vim/plugged/ +vim/.vim/spell/ +vim/.vim/view/