From b9b233e7fccb5366bda40004995b1c38b5edeebe Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Fri, 19 Aug 2022 17:59:41 +0000 Subject: [PATCH] Add the hack folder to .gitignore To avoid committing it in the future Signed-off-by: Andrei Aaron --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 001d257b..a9925f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Tooling used for blackbox testing +hack/ + bin/ bazel-* coverage*.txt