From 0723452a6653c34b31bca566153003eb4717e857 Mon Sep 17 00:00:00 2001 From: hguandl Date: Wed, 16 Aug 2017 00:30:41 +0800 Subject: [PATCH] ignore .DS_Store --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8b5b812..1310df3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# System files on macOS +.DS_Store +*/.DS_Store + # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a