From: Phil Sutter <phil@nwl.cc>
To: netfilter-devel@vger.kernel.org
Subject: [iptables PATCH 2/3] gitignore: Ignore generated ip6tables man pages
Date: Thu, 22 Dec 2022 17:25:40 +0100 [thread overview]
Message-ID: <20221222162541.30207-2-phil@nwl.cc> (raw)
In-Reply-To: <20221222162541.30207-1-phil@nwl.cc>
Fixes: 127eadee563e4 ("Makefile: Generate ip6tables man pages on the fly")
Signed-off-by: Phil Sutter <phil@nwl.cc>
---
iptables/.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/iptables/.gitignore b/iptables/.gitignore
index cd7d87b127ae6..245e1245727bd 100644
--- a/iptables/.gitignore
+++ b/iptables/.gitignore
@@ -1,6 +1,10 @@
/ip6tables
+/ip6tables.8
+/ip6tables-apply.8
/ip6tables-save
+/ip6tables-save.8
/ip6tables-restore
+/ip6tables-restore.8
/ip6tables-static
/ip6tables-translate.8
/ip6tables-restore-translate.8
--
2.38.0
next prev parent reply other threads:[~2022-12-22 16:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-22 16:25 [iptables PATCH 1/3] gitignore: Ignore utils/nfsynproxy Phil Sutter
2022-12-22 16:25 ` Phil Sutter [this message]
2022-12-22 16:25 ` [iptables PATCH 3/3] ebtables-translate: Install symlink Phil Sutter
2022-12-22 17:42 ` [iptables PATCH 1/3] gitignore: Ignore utils/nfsynproxy 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=20221222162541.30207-2-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).