Update gitignore to include vim items.

This commit is contained in:
Shaun Setlock
2024-12-30 20:56:07 -05:00
parent 7854fd54a0
commit 5c1289ffb9
2 changed files with 7 additions and 3 deletions

7
.gitignore vendored
View File

@@ -1 +1,8 @@
# Ignore the installed tmux plugins.
/tmux/plugins
# Ignore the installed vim plugins.
/vim/.vim/bundle
# Ignore vim history.
/vim/.vim/.netrwhist

View File

@@ -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'