diff options
author | Dennis Xiloj <denjohx@gmail.com> | 2014-02-28 00:26:43 -0600 |
---|---|---|
committer | Dennis Xiloj <denjohx@gmail.com> | 2014-02-28 00:26:43 -0600 |
commit | 13c119f167ad522109bc8c378a5abc4ebfccb5d4 (patch) | |
tree | 01e050461e9a4b941cbd5abd24c8f183d762d4c2 /Global | |
parent | fdc303bb722f589fc4bb8c8a70401b1e71555d65 (diff) | |
download | gitignore-13c119f167ad522109bc8c378a5abc4ebfccb5d4.tar.gz gitignore-13c119f167ad522109bc8c378a5abc4ebfccb5d4.zip |
Added ignore for directory config under KDE
Dolphin, the KDE file manager, writes specific directory configuration in .directory files.
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 b25c15b8..9911632b 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1 +1,4 @@ *~ + +# KDE directory preferences +.directory |