From 8c6407f7c1d94c0eacd4f7b3276fbf6f294ccd4e Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Mon, 12 Feb 2018 11:37:56 -0800 Subject: [PATCH] NOJIRA: Added Mac OS's .DS_Store files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 31642b6ff..489267ed9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store *.out* *.iml *.org.*.bindings.xml -- 2.47.3