From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5882EA04DD; Wed, 27 Nov 2019 23:12:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6A2C11BE9A; Wed, 27 Nov 2019 23:12:12 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id D88B72BF9 for ; Wed, 27 Nov 2019 23:12:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 76DA2B3C; Wed, 27 Nov 2019 17:12:08 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 17:12:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=JGnuH4A/4d1q1/nZtWuwRgH6RpprAKHcVzNwwBEDAH8=; b=J5yJNVtvuHzF HZ7FzkzcT+XHL4fWgOgEm9rAnPN3v7h3K/OQPfpbiE2Iol4oUjVu5dsGfgLFHD77 5bnd2p7T27ISJMqeBlDiTF3xRO8t2AFcihttjxn9Eqq/6lJ+KBizQUKo1GPAG4n2 /0PDPaa8rR0rphNRpdX8BPs5yDJfwco= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=JGnuH4A/4d1q1/nZtWuwRgH6RpprAKHcVzNwwBEDA H8=; b=AnsCGeK97tKRxlzTOm0nF4fg+hvGIssddCoWXPvGt5NP2oZKKBhpXoPRd 7XWXm4p3tlrNwhSLDHn2n/woclOtmmvuhdkGlUO9bHAJu9VkdVVG3RdWcMBIE7xl mTw6wmUHUxnlrM8fuEedpBwsCrnJ7fF2gabFnUt3lp7pvvl54Ewo63IoRtigBvvW GWYevq6U8Enq4iR+16bDJbICIYtDtnI8YL+svUUtL02bQSwVb5XqO/XdyjaW0fyU SSTJ5u5tmUMpAwhcz3yelTtTSp9X5KbhIg+EYKV73LrAiwYwLue8lKOjH/fsjZB9 wnMLtWpqaVlouIUQw3lcC4EngdaKw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeihedgudehiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 623CB8005A; Wed, 27 Nov 2019 17:12:07 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: David Marchand Date: Wed, 27 Nov 2019 23:12:05 +0100 Message-ID: <3029430.33U2HHrJgZ@xps> In-Reply-To: References: <20190914150509.16549-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] git: ignore more build directories X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/11/2019 10:48, David Marchand: > On Sat, Sep 14, 2019 at 5:05 PM Thomas Monjalon wrote: > > > > Build directories commonly have compiler in their names. > > In order to filter build directories not starting with "build-" > > (common with make), patterns for gcc and clang are added to .gitignore. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: David Marchand Applied