diff options
author | Joe Westcott <joewestcott@users.noreply.github.com> | 2019-08-23 12:06:16 +0100 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@gmail.com> | 2019-08-23 07:06:16 -0400 |
commit | ed240cb3be2b6e232a4944f9ae13cc762735e86c (patch) | |
tree | 12f9f7fb791f928ab7f8be6a44a5123151d288ea /.gitignore | |
parent | 9f0804cef4bf975423bbc86ccb9215915ae80478 (diff) |
Add DS_Store to gitignore (#292)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,3 +20,6 @@ doc/body.md doc/index.html doc/index.html.ok coverage.html + +# macOS +.DS_Store
\ No newline at end of file |