Hide temp files typical for Linux from git

This commit is contained in:
Alexander Hess 2022-08-09 14:30:50 +02:00
parent e5be9b6647
commit 5fbdcad471
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -11,6 +11,19 @@
# Locks
.~lock.*#
# 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*
# pyenv
.python-version