From b4b122fe7f39b11731c2878d9fbb13421ecb5439 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 3 Aug 2025 14:14:29 +0200 Subject: [PATCH] Do not ignore cmd/katenary directory --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 88f15a1..0fe6554 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,6 @@ cover* .config/ */venv -# local binary -./katenary # will be treated later /examples/* @@ -29,4 +27,6 @@ __pycache__ .rpmmacros *.gpg +# local binaries katenary +!cmd/katenary