mirror of
https://github.com/github/gitignore
synced 2024-11-04 19:08:52 +01:00
41ec05833a
.svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
20 lines
261 B
Plaintext
20 lines
261 B
Plaintext
# 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~
|