From d91e87798510a7be43fc5a317de89f891c4a0207 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 14 Dec 2025 11:30:07 -0600 Subject: [PATCH] Update: Add .gitignore file for common directories that should not be committed. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc63507 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Do not include directories craeted by build, package, and other scripts. +fll +package +test -- 1.8.3.1