From 810c613724993ffd6686ea5ac5062ad3e186c422 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Wed, 14 Jun 2023 10:14:02 -0700 Subject: [PATCH] update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ff5482..aab57fd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ archive/ # log files -*.log \ No newline at end of file +*.log + +# Build +main \ No newline at end of file