From a61f9e5a4edcab73325f34dc369478cd1c6d3718 Mon Sep 17 00:00:00 2001 From: kristopher tate Date: Fri, 3 Aug 2018 16:46:07 +0900 Subject: [PATCH] .gitignore: Ignore .DS_Store files created by macOS; Tracking Issue: #1323; --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5616da8e586f..a064bae2526a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ zig-cache/ build/ build-*/ docgen_tmp/ +.DS_Store