From 679094d787c5608dbe5b3550de99017fd6d67ed7 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sun, 29 Dec 2024 21:45:02 -0600 Subject: [PATCH] Got it working on Windows using Mingw --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1899660..896bcf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build -.vscode \ No newline at end of file +builds +.vscode