Skip to content

Commit 76e40b7

Browse files
authored
Merge pull request #4489 from mattalxndr/patch-1
Update Linux.gitignore
2 parents 86d1826 + 7155844 commit 76e40b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Global/Linux.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
# temporary files which can be created if a process still has a handle open of a deleted file
44
.fuse_hidden*
55

6-
# KDE directory preferences
6+
# Metadata left by Dolphin file manager, which comes with KDE Plasma
77
.directory
88

99
# Linux trash folder which might appear on any partition or disk
1010
.Trash-*
1111

1212
# .nfs files are created when an open file is removed but is still being accessed
1313
.nfs*
14+
15+
# Log files created by default by the nohup command
16+
nohup.out

0 commit comments

Comments
 (0)