diff options
author | Phil Sutter <phil@nwl.cc> | 2024-10-04 22:01:57 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2024-10-16 15:31:44 +0200 |
commit | 9a9f19bd46968ed9a50a782b3755994e01651a21 (patch) | |
tree | ca858973b33105b7aa887d6fa698cbd8a052943f | |
parent | c535160e2da4db6921d4441703ff8ec3beb6f2cd (diff) |
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 <phil@nwl.cc>
-rw-r--r-- | iptables/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |