From: Kevin Day Date: Sun, 30 Nov 2025 02:24:29 +0000 (-0600) Subject: Update: Add the standard .gitignore file. X-Git-Tag: 0.7.4~22 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=4617bdfc7205c61156b4a148b4b389142562d432;p=kevux-firewall Update: Add the standard .gitignore file. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ebdab6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/build/ +/build/* + +# Disclude FLL sources dropped for stand alone building. +sources/c/fll + +# Do not include the local configuration sources. +sources/c/config.c +sources/c/config.h