From 56f4e650eafea3b1889b0d72149476e456a34204 Mon Sep 17 00:00:00 2001 From: Tillman Jex Date: Fri, 22 Mar 2024 22:33:49 +0100 Subject: [PATCH] git: ignore delve debug files (#396) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dfc646e..8c86cbc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Delve debug files +*__debug_bin* + # Dependency directories (remove the comment below to include it) # vendor/