From df142c7228fadab86a07c630293a716a50854e5c Mon Sep 17 00:00:00 2001 From: Sergei Trofimov Date: Mon, 4 Sep 2023 11:05:56 +0100 Subject: [PATCH] .gitignore: add cocli built artifacts Add the cocli binary and the test-generated output.cbor to .gitignore. Signed-off-by: Sergei Trofimov --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 06b53509..96332f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,9 @@ # vendor/ mocks/ + +# cocli test output +cocli/cmd/output.cbor +# cocli built binary +cocli/cocli +