From a70055d61df2edc7122ab158f7bd193c0b766e29 Mon Sep 17 00:00:00 2001 From: celso Date: Fri, 13 Dec 2024 04:44:12 -0300 Subject: [PATCH] fixed typo in Makefile and added backup.conf to gitignore --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8aee774..489767d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ nftables.conf +backup.conf diff --git a/Makefile b/Makefile index c90d557..f77d256 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SRC = ./ -NFT = nftables.conf.nft +NFT = nftables.conf all: $(info run make makeconf to unify .nft files into nftables.conf)