Skip to content

Commit

Permalink
Update .gitignore to include vim
Browse files Browse the repository at this point in the history
Updates .gitignore to not include swap files and misc files generated by
vim.
  • Loading branch information
cdrage committed Jan 5, 2017
1 parent 94aafc0 commit 0faee49
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,19 @@ _site/**
CNAME
.travis.yml
.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

0 comments on commit 0faee49

Please sign in to comment.