From 7e267774b2f2ca55299d83f97590795d19ac536b Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Fri, 24 Jan 2025 09:13:06 -0500 Subject: Add bin to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e4e5f6c..3d26669 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -*~ \ No newline at end of file +*~ +bin/ + -- cgit