From 700c8d3d7b4accf36af13be97f79d679042cae9d Mon Sep 17 00:00:00 2001 From: jakcron Date: Sun, 17 Feb 2019 15:22:07 +0800 Subject: [PATCH] Update .gitignore to ignore .DS_Store --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index acccb6a..2498fdd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ bin/* *.o *.a *.so.* +.DS_Store ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons.