From 533a4c7a34dbb1fbb55b54d23dba4660724ad350 Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Thu, 7 Jul 2016 11:05:50 +0300 Subject: [PATCH] Add Desktop Service Store to .gitignore file This patch set adds Desktop Service Store files to .gitignore to ignore them. Change-Id: Iff3221eea6b0b3f51dd32097f762252b4a4ffa2d --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 33be634..208d196 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,6 @@ cover # Files created by releasenotes build releasenotes/build + +# Desktop Service Store +*.DS_Store