From: Phil Sutter <phil@nwl.cc>
To: netfilter-devel@vger.kernel.org
Subject: [iptables PATCH 4/5] gitignore: Ignore generated arptables-translate.8
Date: Wed, 9 Oct 2024 12:50:36 +0200 [thread overview]
Message-ID: <20241009105037.30114-5-phil@nwl.cc> (raw)
In-Reply-To: <20241009105037.30114-1-phil@nwl.cc>
It is a semantic link created by the build system.
Fixes: 68ff869e94a1b ("Makefile: Install arptables-translate link and man page")
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
iptables/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/iptables/.gitignore b/iptables/.gitignore
index 8141e34d8b629..b922239279654 100644
--- a/iptables/.gitignore
+++ b/iptables/.gitignore
@@ -1,3 +1,4 @@
+/arptables-translate.8
/ebtables-translate.8
/ip6tables
/ip6tables.8
--
2.43.0
next prev parent reply other threads:[~2024-10-09 10:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 10:50 [iptables PATCH 0/5] Some minor fixes Phil Sutter
2024-10-09 10:50 ` [iptables PATCH 1/5] tests: iptables-test: Append stderr output to log file Phil Sutter
2024-10-09 10:50 ` [iptables PATCH 2/5] man: xtables-legacy.8: Join two paragraphs Phil Sutter
2024-10-09 10:50 ` [iptables PATCH 3/5] man: ebtables-nft.8: Note that --concurrent is a NOP Phil Sutter
2024-10-09 10:50 ` Phil Sutter [this message]
2024-10-09 10:50 ` [iptables PATCH 5/5] xshared: iptables does not support '-b' Phil Sutter
2024-10-16 13:33 ` [iptables PATCH 0/5] Some minor fixes Phil Sutter
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=20241009105037.30114-5-phil@nwl.cc \
--to=phil@nwl.cc \
--cc=netfilter-devel@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).