From nobody Thu May 2 23:41:45 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1489242244100905.2202103272581; Sat, 11 Mar 2017 06:24:04 -0800 (PST) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 81065803AB; Sat, 11 Mar 2017 06:24:02 -0800 (PST) Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) (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 969C1803A5 for ; Sat, 11 Mar 2017 06:24:00 -0800 (PST) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id v2BENwbO007933 (version=TLSv1 cipher=AES128-SHA bits=128 verify=OK); Sat, 11 Mar 2017 06:23:58 -0800 Received: from pek-jzhang0-d2.wrs.com (128.224.162.208) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.294.0; Sat, 11 Mar 2017 06:23:57 -0800 X-Original-To: edk2-devel@ml01.01.org From: Lans Zhang To: Date: Sat, 11 Mar 2017 22:23:50 +0800 Message-ID: <1489242230-8293-1-git-send-email-jia.zhang@windriver.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Subject: [edk2] [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore 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: , Cc: ting.ye@intel.com, jiaxin.wu@intel.com, lersek@redhat.com Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" The modified pattern can match up both the openssl source directory and tarball. Cc: Ye Ting Cc: Wu Jiaxin Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lans Zhang Acked-by: Laszlo Ersek --- CryptoPkg/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/.gitignore b/CryptoPkg/.gitignore index 05272c2..a631aaf 100644 --- a/CryptoPkg/.gitignore +++ b/CryptoPkg/.gitignore @@ -1,2 +1,2 @@ Include/openssl -Library/OpensslLib/openssl-*/ +Library/OpensslLib/openssl-* --=20 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel