From 8193ed069c0925d6b899afc48986e920cf8ad484 Mon Sep 17 00:00:00 2001 From: Tengfei Niu Date: Wed, 10 Oct 2018 11:53:37 +0800 Subject: Update .gitignore ignore .DS_Store on macOS. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 73cdd2c2..d6916f5d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,8 @@ googletest/fused-src/ # macOS files .DS_Store +googletest/.DS_Store +googletest/xcode/.DS_Store # Ignore cmake generated directories and files. CMakeFiles -- cgit v1.2.3