From 647a262db4db5aee73141c15b039319f19f9f906 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 12 Apr 2024 09:59:21 +0200 Subject: [PATCH] GO specific ignores (github default) --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 7ce5385..143a33c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,19 @@ +# Binaries +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary +*.test + +# Coverage output +*.out + +# Go workspace +go.work + # IDE configs .vscode .idea