From c85c364ba560996f534d3b1713eefd7485af54ba Mon Sep 17 00:00:00 2001 From: piotr Date: Thu, 13 Jan 2022 23:42:42 +0100 Subject: [PATCH] ignore bin --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c..bd991b8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Binaries built with make +bin + # Dependency directories (remove the comment below to include it) # vendor/