fixed typo in Makefile and added backup.conf to gitignore

This commit is contained in:
celso 2024-12-13 04:44:12 -03:00
parent 7398a5046b
commit a70055d61d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
nftables.conf
backup.conf

View File

@ -1,5 +1,5 @@
SRC = ./
NFT = nftables.conf.nft
NFT = nftables.conf
all:
$(info run make makeconf to unify .nft files into nftables.conf)