From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 28BF681EA4 for ; Mon, 14 Nov 2016 23:16:13 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 14 Nov 2016 23:16:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,641,1473145200"; d="scan'208";a="4332003" Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by orsmga002.jf.intel.com with ESMTP; 14 Nov 2016 23:16:17 -0800 Received: from orsmsx152.amr.corp.intel.com (10.22.226.39) by ORSMSX107.amr.corp.intel.com (10.22.240.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 14 Nov 2016 23:16:16 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.250]) by ORSMSX152.amr.corp.intel.com ([10.22.226.39]) with mapi id 14.03.0248.002; Mon, 14 Nov 2016 23:16:16 -0800 From: "Kinney, Michael D" To: "Gao, Liming" , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: [edk2] [Patch] BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb Thread-Index: AQHSPwnBpC8vfOHC+Uivnn59M8qTnqDZobWA Date: Tue, 15 Nov 2016 07:16:15 +0000 Message-ID: References: <1479191390-30812-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1479191390-30812-1-git-send-email-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTdmMjRmZjctYTY1Ny00MDlmLWFiMjItMmJlZjk0MGI5NWRmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IklBcERHbFFEekJhTzl6MVozaVRMbU9RMmF0SkhWcnIwd3gybmJNamJqd009In0= x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: [Patch] 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: Tue, 15 Nov 2016 07:16:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Liming, When I do a build of BaseTools, I see some additional files in Pccts with different extensions. Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Li= ming Gao > Sent: Monday, November 14, 2016 10:30 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch] BaseTools gitignore: Ignore VS intermediate files= *.obj > and *.pdb >=20 > Cc: Yonghong Zhu > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Liming Gao > --- > BaseTools/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore > index 5ca024c..d737258 100644 > --- a/BaseTools/.gitignore > +++ b/BaseTools/.gitignore > @@ -1,5 +1,7 @@ > *.d > *.o > +*.obj > +*.pdb > *.pyc > Source/C/VfrCompile/EfiVfrParser.cpp > Source/C/VfrCompile/EfiVfrParser.h > -- > 2.8.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel