Skip to content

Instantly share code, notes, and snippets.

@KarateJB
Last active July 9, 2021 14:57
Show Gist options
  • Save KarateJB/a5218869a92a38a19bcc4eb43b5014b1 to your computer and use it in GitHub Desktop.
Save KarateJB/a5218869a92a38a19bcc4eb43b5014b1 to your computer and use it in GitHub Desktop.
[Git] .gitignore for 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~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment