We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86d1826 + 7155844 commit 76e40b7Copy full SHA for 76e40b7
Global/Linux.gitignore
@@ -3,11 +3,14 @@
3
# temporary files which can be created if a process still has a handle open of a deleted file
4
.fuse_hidden*
5
6
-# KDE directory preferences
+# Metadata left by Dolphin file manager, which comes with KDE Plasma
7
.directory
8
9
# Linux trash folder which might appear on any partition or disk
10
.Trash-*
11
12
# .nfs files are created when an open file is removed but is still being accessed
13
.nfs*
14
+
15
+# Log files created by default by the nohup command
16
+nohup.out
0 commit comments