From e326c8114937ce1ad9a648243bf41cc66f80473f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 5 Jul 2026 14:27:44 -0400 Subject: [PATCH] .gitignore: ignore the compiled executable --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba2906d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +main -- 2.53.0