From 358488892401235cc50d7b4835325ab78ad0a432 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 6 Feb 2023 17:26:13 -0800 Subject: [PATCH] git ignore binary name --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f2eb18d..fc6e8d8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore # # Binaries for programs and plugins +supersonic *.exe *.exe~ *.dll