]> Kevux Git Server - kevux-firewall/commitdiff
Update: Add the standard .gitignore file.
authorKevin Day <Kevin@kevux.org>
Sun, 30 Nov 2025 02:24:29 +0000 (20:24 -0600)
committerKevin Day <Kevin@kevux.org>
Sun, 30 Nov 2025 02:24:29 +0000 (20:24 -0600)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ebdab6f
--- /dev/null
@@ -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