Skip to content

Commit

Permalink
gitignore Vim foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Maslowski committed Apr 28, 2017
1 parent 2c76eba commit 20f95b8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@

# Created by https://www.gitignore.io/api/vim

### Vim ###
# 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

# End of https://www.gitignore.io/api/vim

# Logs
logs
*.log
Expand Down

0 comments on commit 20f95b8

Please sign in to comment.