From ae9384a5802e24d3e6919d1f57babe471867d249 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 9 Sep 2017 21:02:03 +0700 Subject: [PATCH] Explicitly exclude .DS_Store files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0bdd979e..f8bccc30 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ lib/ivy/ *.cer *.pfx *.pvk + +.DS_Store