From b2369d5171c6d77a50039e16265d05bc8bcd4146 Mon Sep 17 00:00:00 2001 From: cwj3rcb Date: Sat, 30 Aug 2025 09:43:43 -0500 Subject: [PATCH] Add .gitignore to ignore build artifacts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..48246c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Build artifacts +a.out +*.o +build/