Update .gitignore to include vim
Updates .gitignore to not include swap files and misc files generated by vim.pull/2129/head
parent
94aafc061a
commit
0faee49c83
|
@ -6,3 +6,19 @@ _site/**
|
||||||
CNAME
|
CNAME
|
||||||
.travis.yml
|
.travis.yml
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Vim ignore
|
||||||
|
# source: https://github.com/github/gitignore/blob/master/Global/Vim.gitignore
|
||||||
|
|
||||||
|
# swap
|
||||||
|
[._]*.s[a-v][a-z]
|
||||||
|
[._]*.sw[a-p]
|
||||||
|
[._]s[a-v][a-z]
|
||||||
|
[._]sw[a-p]
|
||||||
|
# session
|
||||||
|
Session.vim
|
||||||
|
# temporary
|
||||||
|
.netrwhist
|
||||||
|
*~
|
||||||
|
# auto-generated tag files
|
||||||
|
tags
|
||||||
|
|
Loading…
Reference in New Issue