Skip to content

Commit

Permalink
Update .gitignore to include vim save files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ghods committed Aug 19, 2014
1 parent 9bafb8c commit 9da5b58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
# Emacs save files
*~

# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist

# Go test binaries
*.test

Expand Down

0 comments on commit 9da5b58

Please sign in to comment.