From 15c5602b024b69f503f0a52bd0ea0ca75515d3ef Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 14 Oct 2022 16:16:44 -0400 Subject: [PATCH] Added .gitignore files to bin and build directories so that they are empty on the git --- bin/.gitignore | 2 ++ build/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 bin/.gitignore create mode 100644 build/.gitignore diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 000000000..d6b7ef32c --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore