summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Westcott <joewestcott@users.noreply.github.com>2019-08-23 12:06:16 +0100
committerKurt Jung <kurt.w.jung@gmail.com>2019-08-23 07:06:16 -0400
commited240cb3be2b6e232a4944f9ae13cc762735e86c (patch)
tree12f9f7fb791f928ab7f8be6a44a5123151d288ea
parent9f0804cef4bf975423bbc86ccb9215915ae80478 (diff)
Add DS_Store to gitignore (#292)
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 87a2697..1fae316 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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