From 3defb7b165116b282cb43cfc2a7c813580676159 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Wed, 29 Jun 2022 13:00:07 -0700 Subject: [PATCH] Update .gitignore: Ignore .DS_Store on MacOS Signed-off-by: Bryan Hundven --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 46a9b34f..02711875 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,9 @@ build.log temp.* stamp-h1 +# MacOS +.DS_Store + # Testing testing/docker/*/build testing/docker/*/install