From patchwork Tue Jul 12 14:41:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bertrand Marquis X-Patchwork-Id: 12915069 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0C0DAC43334 for ; Tue, 12 Jul 2022 14:42:30 +0000 (UTC) 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 X-Outflank-Mailman: Message body and most headers restored to incoming version 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-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 ...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 -build-* dist/* docs/tmp.* docs/html/