diff options
author | Brendan Forster <github@brendanforster.com> | 2017-09-09 11:01:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-09 11:01:13 +1000 |
commit | 0b4d5ef900be83523016593c6d5213ce03d248a4 (patch) | |
tree | 835c6628215ad6eb823b841d9a8f29d36187b4f3 /Global | |
parent | b7984454eb0ed20072c2b9f313432fa139840282 (diff) | |
parent | 2bb963b16a1957c865335e53537036c2e97399b5 (diff) | |
download | gitignore-0b4d5ef900be83523016593c6d5213ce03d248a4.tar.gz gitignore-0b4d5ef900be83523016593c6d5213ce03d248a4.zip |
Merge pull request #2422 from danilcha/master
.DS_Store is a file name, not an extension
Diffstat (limited to 'Global')
-rw-r--r-- | Global/macOS.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 9d1061e8..135767fc 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,5 +1,5 @@ # General -*.DS_Store +.DS_Store .AppleDouble .LSOverride |