From 530e2531650c9e5fab5b1d329e719e18bdd72af5 Mon Sep 17 00:00:00 2001 From: mikerb Date: Sun, 1 Sep 2024 17:58:42 -0400 Subject: [PATCH] mods by mikerb Sun Sep 1 17:58:42 EDT 2024 --- bin/.gitignore | 4 ++++ lib/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 bin/.gitignore create mode 100644 lib/.gitignore diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore