public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org,
	pabeni@redhat.com, edumazet@google.com, fw@strlen.de
Subject: [PATCH net 1/3] selftests: netfilter: Add missing gitignore file
Date: Thu, 14 Nov 2024 13:57:21 +0100	[thread overview]
Message-ID: <20241114125723.82229-2-pablo@netfilter.org> (raw)
In-Reply-To: <20241114125723.82229-1-pablo@netfilter.org>

From: Li Zhijian <lizhijian@fujitsu.com>

Compiled binary files should be added to .gitignore
'git status' complains:
   Untracked files:
   (use "git add <file>..." to include in what will be committed)
         net/netfilter/conntrack_reverse_clash

Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 tools/testing/selftests/net/netfilter/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/net/netfilter/.gitignore b/tools/testing/selftests/net/netfilter/.gitignore
index 0a64d6d0e29a..64c4f8d9aa6c 100644
--- a/tools/testing/selftests/net/netfilter/.gitignore
+++ b/tools/testing/selftests/net/netfilter/.gitignore
@@ -2,5 +2,6 @@
 audit_logread
 connect_close
 conntrack_dump_flush
+conntrack_reverse_clash
 sctp_collision
 nf_queue
-- 
2.30.2


  reply	other threads:[~2024-11-14 13:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14 12:57 [PATCH net 0/3] Netfilter fixes for net Pablo Neira Ayuso
2024-11-14 12:57 ` Pablo Neira Ayuso [this message]
2024-11-15 23:10   ` [PATCH net 1/3] selftests: netfilter: Add missing gitignore file patchwork-bot+netdevbpf
2024-11-14 12:57 ` [PATCH net 2/3] selftests: netfilter: Fix missing return values in conntrack_dump_flush Pablo Neira Ayuso
2024-11-14 12:57 ` [PATCH net 3/3] netfilter: ipset: add missing range check in bitmap_ip_uadt Pablo Neira Ayuso
2024-11-14 14:54 ` [PATCH net 0/3] Netfilter fixes for net Paolo Abeni
2024-11-14 15:00   ` Pablo Neira Ayuso
2024-11-14 15:31     ` Paolo Abeni
2024-11-14 18:08       ` Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241114125723.82229-2-pablo@netfilter.org \
    --to=pablo@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox