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 971D0CDB465 for ; Thu, 19 Oct 2023 13:02:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235446AbjJSNC5 (ORCPT ); Thu, 19 Oct 2023 09:02:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235475AbjJSNCs (ORCPT ); Thu, 19 Oct 2023 09:02:48 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D14A49EF for ; Thu, 19 Oct 2023 06:01:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1697720471; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qu9EUZ9ye/FJWfkSGenLr9hst7Vgh0fXGa6MmSm6ZsE=; b=fhGZSZfWrNZ78ip1CIWMnzTkoENP2Zc61X5s4w0d81zSMZm1uien94Snj2b5wU3Z9wzTKP hq8HGA3wAUVHWIJ5zvW1Px6fI23gv6L42UHqjHKKs66jQEgK83Ti4hzOd1rMPEbtvPEQes BhvYBdaJqnP13uT2Zt8fXLSF/H28rJE= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-390-gWqWMOn4Ncaktv8VHp3TZQ-1; Thu, 19 Oct 2023 09:01:09 -0400 X-MC-Unique: gWqWMOn4Ncaktv8VHp3TZQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0AD441C068FA for ; Thu, 19 Oct 2023 13:01:09 +0000 (UTC) Received: from localhost.localdomain (unknown [10.39.192.93]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 810AD8CEF; Thu, 19 Oct 2023 13:01:08 +0000 (UTC) From: Thomas Haller To: NetFilter Cc: Thomas Haller Subject: [PATCH nft v2 1/7] gitignore: ignore ".dirstamp" files Date: Thu, 19 Oct 2023 15:00:00 +0200 Message-ID: <20231019130057.2719096-2-thaller@redhat.com> In-Reply-To: <20231019130057.2719096-1-thaller@redhat.com> References: <20231019130057.2719096-1-thaller@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Those will be generated by automake, once the recursive Makefiles are gone. Signed-off-by: Thomas Haller --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2c12c4409720..a62e31f31c6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Generated by autoconf/configure/automake *.m4 +.dirstamp Makefile Makefile.in stamp-h1 -- 2.41.0