Skip to content

Commit

Permalink
.gitignore: added vim.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWilmot committed Sep 24, 2022
1 parent 18aad46 commit 555a4ce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,24 @@

# broccoli-debug
/DEBUG/

# https://github.com/github/gitignore/blob/main/Global/Vim.gitignore
# 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 555a4ce

Please sign in to comment.