diff options
author | Brendan Forster <brendan@github.com> | 2016-01-01 12:41:51 +1030 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-01-01 12:41:51 +1030 |
commit | fceac113a3a20e00718d6317e468eec27f6e2d99 (patch) | |
tree | 6f4c7fbd0a0beefd28a7cd79d941a30fa45de1b8 /Global | |
parent | b6f1c2f2a0daa14953ec1ed665a7063e4322837d (diff) | |
parent | 7ea5e704a4ffff2a883f326f0323eeba44b81da5 (diff) | |
download | gitignore-fceac113a3a20e00718d6317e468eec27f6e2d99.tar.gz gitignore-fceac113a3a20e00718d6317e468eec27f6e2d99.zip |
Merge pull request #1629 from raabf/fuse_hidden
Fuse hidden
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Linux.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 5932ea17..cc958689 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 handle open of a deleted file +.fuse_hidden* + # KDE directory preferences .directory |