[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.
This commit is contained in:
Bruno BELANYI 2019-10-08 15:42:16 +02:00
parent 5184dd5a56
commit 7b0f8f360a

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# Vim related files
vim/.vim/.netrwhist
vim/.vim/autoload/plug.vim*
vim/.vim/plugged/
vim/.vim/spell/
vim/.vim/view/