From nobody Sun May 19 03:02:41 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=none dis=none) header.from=arm.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1657636961830821.3125784419606; Tue, 12 Jul 2022 07:42:41 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.365771.596099 (Exim 4.92) (envelope-from ) id 1oBH5a-0003Jk-Te; Tue, 12 Jul 2022 14:42:14 +0000 Received: by outflank-mailman (output) from mailman id 365771.596099; Tue, 12 Jul 2022 14:42:14 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1oBH5a-0003Jd-Qp; Tue, 12 Jul 2022 14:42:14 +0000 Received: by outflank-mailman (input) for mailman id 365771; Tue, 12 Jul 2022 14:42:13 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1oBH5Z-0003JX-50 for xen-devel@lists.xenproject.org; Tue, 12 Jul 2022 14:42:13 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id d0158e91-01f0-11ed-bd2d-47488cf2e6aa; Tue, 12 Jul 2022 16:42:11 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5C8321596; Tue, 12 Jul 2022 07:42:11 -0700 (PDT) Received: from e109506.cambridge.arm.com (e109506.cambridge.arm.com [10.1.199.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E0BFB3F73D; Tue, 12 Jul 2022 07:42:09 -0700 (PDT) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: d0158e91-01f0-11ed-bd2d-47488cf2e6aa From: Bertrand Marquis To: xen-devel@lists.xenproject.org Cc: Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH] automation: Remove build-* from gitignore Date: Tue, 12 Jul 2022 15:41:55 +0100 Message-Id: <199cc377eb38606bfa4b33942f0ed688080cf535.1657636714.git.bertrand.marquis@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1657636962482100001 Content-Type: text/plain; charset="utf-8" ...because there are some scripts in automation corresponding to the entry (build-test.sh and build-each-commit.sh) Signed-off-by: Bertrand Marquis --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4729911c51..f731975713 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,6 @@ config.cache config/Toplevel.mk config/Paths.mk =20 -build-* dist/* docs/tmp.* docs/html/ --=20 2.25.1