Skip to content

Commit

Permalink
add vim to git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Sep 10, 2022
1 parent 15dcc40 commit 204414a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,25 @@ Brewfile.lock.json

# JetBrains IDEs
.idea

# Vim
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

0 comments on commit 204414a

Please sign in to comment.