From 5fbdcad4710f5dfc51d07a04a05f9b20fca71818 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Tue, 9 Aug 2022 14:30:50 +0200 Subject: [PATCH] Hide temp files typical for Linux from git --- .config/git/ignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.config/git/ignore b/.config/git/ignore index 4bb83e3..1576110 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -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