2022-08-09 14:26:29 +02:00
|
|
|
# Generic temporary files
|
|
|
|
*.backup
|
|
|
|
*.bak
|
|
|
|
*.orig
|
|
|
|
*.temp
|
|
|
|
*.tmp
|
|
|
|
|
2022-08-09 14:24:09 +02:00
|
|
|
# LibreOffice
|
|
|
|
# Source: https://github.com/github/gitignore/blob/main/Global/LibreOffice.gitignore
|
|
|
|
#
|
|
|
|
# Locks
|
|
|
|
.~lock.*#
|
|
|
|
|
2022-08-09 14:30:50 +02:00
|
|
|
# Linux typical files we do not want under version control
|
|
|
|
# Source: https://github.com/github/gitignore/blob/main/Global/Linux.gitignore
|
|
|
|
#
|
|
|
|
*~
|
|
|
|
# Temporary files created if a process still has a handle open to a deleted file
|
|
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
# Linux trash folder possibly appearing on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
|
|
.nfs*
|
|
|
|
|
2022-08-09 13:53:43 +02:00
|
|
|
# pyenv
|
|
|
|
.python-version
|
|
|
|
|
2022-08-09 01:16:07 +02:00
|
|
|
# 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~
|