Ignore vim plugins dir

This commit is contained in:
Ian Keane 2022-06-07 12:03:57 -04:00
parent 261754fcce
commit ca7d6cabd5

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.un *.un
*.un~ *.un~
/vim/.vim/plugins/* /vim/.vim/plugins/*
/vim/.vim/autoload/*
*.swp *.swp
*.netrwhist *.netrwhist