diff --git a/.gitignore b/.gitignore index db6f312..03c28fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ +# Ignore the installed tmux plugins. /tmux/plugins + +# Ignore the installed vim plugins. +/vim/.vim/bundle + +# Ignore vim history. +/vim/.vim/.netrwhist diff --git a/vim/.vim/.netrwhist b/vim/.vim/.netrwhist deleted file mode 100644 index cfc5347..0000000 --- a/vim/.vim/.netrwhist +++ /dev/null @@ -1,3 +0,0 @@ -let g:netrw_dirhistmax =10 -let g:netrw_dirhistcnt =1 -let g:netrw_dirhist_1='/home/shaun/Documents/git/schools/main'