From b007b1c9e2ba805a627567b3e2dae350881fc8cb Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Wed, 7 Aug 2019 17:48:09 -0600
Subject: [PATCH] ignore .DS_Store files

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 16745677bc..1d42e0a0cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,9 +14,10 @@ qtcreator/
 /.clang_complete
 /contrib/utilities/programs
 
-# emacs temporary and backup files
+# temporary and backup files
 *~
 *#
+.DS_Store
 
 # configuration, executable, and output files from examples
 examples/step-*/*dat
-- 
2.39.5