From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: bob.c.feng@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Mon, 10 Jun 2019 22:26:02 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 22:26:01 -0700 X-ExtLoop1: 1 Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 10 Jun 2019 22:26:01 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 22:26:01 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 22:26:00 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.10]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.192]) with mapi id 14.03.0415.000; Tue, 11 Jun 2019 13:25:59 +0800 From: "Bob Feng" To: Leif Lindholm , "devel@edk2.groups.io" CC: "Gao, Liming" , "Zhu, Yonghong" , Andrew Fish , Laszlo Ersek , "Kinney, Michael D" Subject: Re: [PATCH 1/2] BaseTools: add centralized location for git config files Thread-Topic: [PATCH 1/2] BaseTools: add centralized location for git config files Thread-Index: AQHVH4M9pmoJEXKRvk2AyODmjrto5aaV67Ng Date: Tue, 11 Jun 2019 05:25:58 +0000 Message-ID: <08650203BA1BD64D8AD9B6D5D74A85D160135675@SHSMSX101.ccr.corp.intel.com> References: <20190610115410.13458-2-leif.lindholm@linaro.org> In-Reply-To: <20190610115410.13458-2-leif.lindholm@linaro.org> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: bob.c.feng@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Leif, These 2 new file have no license header, need to add? Thanks, Bob -----Original Message----- From: Leif Lindholm [mailto:leif.lindholm@linaro.org]=20 Sent: Monday, June 10, 2019 7:54 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ;= Zhu, Yonghong ; Andrew Fish ; Las= zlo Ersek ; Kinney, Michael D Subject: [PATCH 1/2] BaseTools: add centralized location for git config fil= es Before adding the git environment initialization script, add the following = files that will be pointed to after running said script: - BaseTools/Conf/diff.order - BaseTools/Conf/gitattributes Signed-off-by: Leif Lindholm Reviewed-by: Laszlo Ersek --- BaseTools/Conf/diff.order | 8 ++++++++ BaseTools/Conf/gitattributes | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 BaseTools/Conf/diff.order create mode 100644 BaseTools= /Conf/gitattributes diff --git a/BaseTools/Conf/diff.order b/BaseTools/Conf/diff.order new file= mode 100644 index 0000000000..1d578ac28c --- /dev/null +++ b/BaseTools/Conf/diff.order @@ -0,0 +1,8 @@ +*.dec +*.dsc.inc +*.dsc +*.fdf +*.inf +*.h +*.vfr +*.c diff --git a/BaseTools/Conf/gitattributes b/BaseTools/Conf/gitattributes ne= w file mode 100644 index 0000000000..a8f923fd8a --- /dev/null +++ b/BaseTools/Conf/gitattributes @@ -0,0 +1,14 @@ +*.efi -diff +*.EFI -diff +*.bin -diff +*.BIN -diff +*.raw -diff +*.RAW -diff +*.bmp -diff +*.BMP -diff +*.dec diff=3Dini +*.dsc diff=3Dini +*.dsc.inc diff=3Dini +*.fdf diff=3Dini +*.fdf.inc diff=3Dini +*.inf diff=3Dini -- 2.11.0