36 lines
505 B
Text
36 lines
505 B
Text
# Generic temporary files
|
|
*.backup
|
|
*.bak
|
|
*.orig
|
|
*.temp
|
|
*.tmp
|
|
|
|
# LibreOffice
|
|
# Source: https://github.com/github/gitignore/blob/main/Global/LibreOffice.gitignore
|
|
#
|
|
# Locks
|
|
.~lock.*#
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# Vim
|
|
# Source: https://github.com/github/gitignore/blob/main/Global/Vim.gitignore
|
|
#
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
!*.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~
|