From 7e09dc6a4e57c161211417d78d63e6db78b5fb59 Mon Sep 17 00:00:00 2001 From: Fabian Raab Date: Mon, 24 Aug 2015 18:02:05 +0200 Subject: [PATCH 1/2] add .fuse_hidden* to Linux --- Global/Linux.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 5932ea17..f709203d 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,5 +1,8 @@ *~ +# temporary files which can be created if a process still has a deleted file handle open +.fuse_hidden* + # KDE directory preferences .directory From 7ea5e704a4ffff2a883f326f0323eeba44b81da5 Mon Sep 17 00:00:00 2001 From: Fabian Raab Date: Mon, 24 Aug 2015 18:12:34 +0200 Subject: [PATCH 2/2] improve description of .fuse_hidden --- Global/Linux.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index f709203d..cc958689 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,6 +1,6 @@ *~ -# temporary files which can be created if a process still has a deleted file handle open +# temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* # KDE directory preferences