From 441ff666cb22921f23b14146a70c1111210364a2 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 29 Aug 2025 01:51:01 +0200 Subject: [PATCH] tools: gitignore nftables.service file Fixes: c4b17cf830510 ("tools: add a systemd unit for static rulesets") Signed-off-by: Phil Sutter --- tools/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/.gitignore diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 00000000..2d06c498 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1 @@ +nftables.service -- 2.47.3