From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2B70F21A16E4A for ; Sun, 21 May 2017 20:46:15 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 May 2017 20:46:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,377,1491289200"; d="scan'208";a="104936535" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 21 May 2017 20:46:14 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 21 May 2017 20:46:14 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 21 May 2017 20:46:14 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.117]) with mapi id 14.03.0319.002; Mon, 22 May 2017 11:46:12 +0800 From: "Gao, Liming" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: Andrew Fish Thread-Topic: [Patch] edk2: Add .DS_Store to .gitignore for macOS Thread-Index: AQHS0Ghf1Jr0tG/2DkyjgkrwgKhtDaH/uwCg Date: Mon, 22 May 2017 03:46:11 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D7326B4@shsmsx102.ccr.corp.intel.com> References: <1495174974-25648-1-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1495174974-25648-1-git-send-email-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] edk2: Add .DS_Store to .gitignore for macOS X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 03:46:15 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Kinney, Michael D >Sent: Friday, May 19, 2017 2:23 PM >To: edk2-devel@lists.01.org >Cc: Andrew Fish ; Gao, Liming ; >Kinney, Michael D >Subject: [Patch] edk2: Add .DS_Store to .gitignore for macOS > >https://bugzilla.tianocore.org/show_bug.cgi?id=3D558 > >macOS may generate .DS_Store files in directories. >The .gitignore file is updated to ignore these >.DS_Store files. > >Cc: Andrew Fish >Cc: Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.0 >Signed-off-by: Michael D Kinney >--- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/.gitignore b/.gitignore >index 821ed66..97f22c3 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -1,2 +1,3 @@ > Build/ > tags/ >+.DS_Store >-- >2.6.3.windows.1