From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 B6FBD81E9E for ; Mon, 14 Nov 2016 23:03:51 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP; 14 Nov 2016 23:03:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,641,1473145200"; d="scan'208";a="31397593" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 14 Nov 2016 23:03:56 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 14 Nov 2016 23:03:55 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.96]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.138]) with mapi id 14.03.0248.002; Tue, 15 Nov 2016 15:03:54 +0800 From: "Zhu, Yonghong" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [Patch] BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb Thread-Index: AQHSPwnPGpUcC96zREO9LLHGOsPBNqDZnr5g Date: Tue, 15 Nov 2016 07:03:53 +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-originating-ip: [10.239.127.40] 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:03:51 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: Gao, Liming=20 Sent: Tuesday, November 15, 2016 2:30 PM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong Subject: [Patch] BaseTools gitignore: Ignore VS intermediate files *.obj an= d *.pdb Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao --- BaseTools/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore index 5ca024c..d73= 7258 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