From b3cfb530c4bad3b42667ff19b8abbe35ab242066 Mon Sep 17 00:00:00 2001 From: Michael Sambol Date: Wed, 4 Nov 2015 05:47:59 -0600 Subject: [PATCH] Add .DS_Store to .gitignore .DS_Store is the name of a file in the Apple OS X operating system for storing custom attributes of a folder such as the position of icons or the choice of a background image. Change-Id: Icfc775a63de6672967b91e0540e13a3a327b5bf8 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f1e4cc4f..9b06dedb 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ doc/build/ # Others *.sqlite *.swp +*.DS_Store