From 438395820d634b3f0872db306f83f6d77be24b37 Mon Sep 17 00:00:00 2001 From: Assaf Morami Date: Tue, 23 Jan 2024 13:05:21 +0200 Subject: [PATCH] Add .gitignore entry for cmd/secretd/__debug* file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1d454081e..2ff7145e8 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ x/compute/internal/keeper/testdata/test-contract/target x/compute/internal/keeper/testdata/v1-sanity-contract/target build check-hw/target +cmd/secretd/__debug*