ignore new vim folders (undo, backups, swaps)

This commit is contained in:
Stefen Auris 2017-10-10 15:41:08 -04:00
parent 170908372a
commit d9fde95964

3
.gitignore vendored
View file

@ -7,3 +7,6 @@ log/
.vim/bundle/vim-airline/ .vim/bundle/vim-airline/
.vim/bundle/vim-colors-solarized/ .vim/bundle/vim-colors-solarized/
.vim/bundle/vim-sensible/ .vim/bundle/vim-sensible/
.vim/undo
.vim/backups
.vim/swaps