Skip to content

Commit

Permalink
.gitignore with patterns for Zplugin, Zshell and Vim
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Jun 18, 2019
1 parent dc66a55 commit 6a6bb14
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
### Zplugin

._zplugin

### Zshell

*.zwc

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

0 comments on commit 6a6bb14

Please sign in to comment.