From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C576BC7EE23 for ; Mon, 22 May 2023 06:22:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229634AbjEVGW6 (ORCPT ); Mon, 22 May 2023 02:22:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbjEVGW5 (ORCPT ); Mon, 22 May 2023 02:22:57 -0400 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 59D7ACF for ; Sun, 21 May 2023 23:22:55 -0700 (PDT) Date: Mon, 22 May 2023 08:22:50 +0200 From: Pablo Neira Ayuso To: Dario Binacchi Cc: netfilter-devel@vger.kernel.org, Florian Westphal Subject: Re: [libmnl, PATCH 1/1] examples: update .gitignore files Message-ID: References: <20230520203512.3940990-1-dario.binacchi@amarulasolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230520203512.3940990-1-dario.binacchi@amarulasolutions.com> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Sat, May 20, 2023 at 10:35:12PM +0200, Dario Binacchi wrote: > The patch adds and modifies the .gitignore files to hide all the > examples generated by the compilation. Applied, thanks