From 4617bdfc7205c61156b4a148b4b389142562d432 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 29 Nov 2025 20:24:29 -0600 Subject: [PATCH] Update: Add the standard .gitignore file. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore 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 -- 1.8.3.1