From 9a9f19bd46968ed9a50a782b3755994e01651a21 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 4 Oct 2024 22:01:57 +0200 Subject: [PATCH] gitignore: Ignore generated arptables-translate.8 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 --- iptables/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/iptables/.gitignore b/iptables/.gitignore index 8141e34d..b9222392 100644 --- a/iptables/.gitignore +++ b/iptables/.gitignore @@ -1,3 +1,4 @@ +/arptables-translate.8 /ebtables-translate.8 /ip6tables /ip6tables.8 -- 2.47.3