5059f5c825
Only lines that begin with a `#` are treated as comments[1]. [1]: https://git-scm.com/docs/gitignore#_pattern_format
21 lines
274 B
Plaintext
21 lines
274 B
Plaintext
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
# comment out the next line if you don't need vector files
|
|
!*.svg
|
|
[._]*.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~
|