From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 550BD81ECD for ; Tue, 15 Nov 2016 17:27:15 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP; 15 Nov 2016 17:27:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,497,1473145200"; d="scan'208,217";a="31837754" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 15 Nov 2016 17:27:19 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Nov 2016 17:27:19 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Nov 2016 17:27:19 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.239]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.96]) with mapi id 14.03.0248.002; Wed, 16 Nov 2016 09:27:17 +0800 From: "Gao, Liming" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v2] BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb Thread-Index: AQHSPyy6aizLRVv5okC3tKkJYBb/06DZtToAgAEc0FA= Date: Wed, 16 Nov 2016 01:27:17 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B4B3811@shsmsx102.ccr.corp.intel.com> References: <1479191390-30812-1-git-send-email-liming.gao@intel.com> <1479206377-35532-1-git-send-email-liming.gao@intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjEyZTQ5ZmMtZmM1MS00NGQwLTk2YTYtYjYwNGRlMmIzMzU1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkNCVm1EQk9NZUo3emdoSGRqaXZWTlZ5YjExcVp5d1BwenRoQlRjK1lhTDQ9In0= x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 Subject: Re: [PATCH v2] BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 01:27:15 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Mike: We don't need to add C tools .exe in edk2 git repo. All C tools .exe are = in another git repo edk2-BaseTools-win32. And, Bin/Win32 directory is alrea= dy in .gitignore. All exe files in Bin directory have been ignored. Thanks Liming From: Kinney, Michael D Sent: Wednesday, November 16, 2016 12:25 AM To: Gao, Liming ; edk2-devel@lists.01.org; Kinney, Mi= chael D Subject: RE: [edk2] [PATCH v2] BaseTools gitignore: Ignore VS intermediate = files *.obj and *.pdb Liming, The current patch would ignore .exe in BaseTools/Bin Since you had to add .exe, should this be done in .gitignore in BaseTools/Source instead? Thanks, Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Li= ming Gao > Sent: Tuesday, November 15, 2016 2:40 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2] BaseTools gitignore: Ignore VS intermediate fi= les > *.obj and *.pdb > > In V2, ignore .exe and .ilk files > > Cc: Yonghong Zhu > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao > --- > BaseTools/.gitignore | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore > index 5ca024c..a45689b 100644 > --- a/BaseTools/.gitignore > +++ b/BaseTools/.gitignore > @@ -1,5 +1,9 @@ > *.d > *.o > +*.obj > +*.pdb > +*.ilk > +*.exe > *.pyc > Source/C/VfrCompile/EfiVfrParser.cpp > Source/C/VfrCompile/EfiVfrParser.h > -- > 2.8.0.windows.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel