From 993b2172011ba39bed54d6c25d2b9a9d1566c78f Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Thu, 30 Nov 2023 23:52:40 +0100 Subject: [PATCH 1/2] chore: add binary `cidr` to `.gitignore` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5bb937b..3fa9984 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ # Dependency directories (remove the comment below to include it) # vendor/ +cidr From 3ab6af40b858d65546d5f783ca2965baa49fb156 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Thu, 30 Nov 2023 23:54:13 +0100 Subject: [PATCH 2/2] chore: move `cidr` in `.gitignore` --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3fa9984..bdc5e47 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.dll *.so *.dylib +cidr # cidr binary ./cobra @@ -16,4 +17,3 @@ # Dependency directories (remove the comment below to include it) # vendor/ -cidr