Do not ignore cmd/katenary directory

This commit is contained in:
2025-08-03 14:14:29 +02:00
parent 6aaeda7a3c
commit b4b122fe7f

4
.gitignore vendored
View File

@@ -13,8 +13,6 @@ cover*
.config/ .config/
*/venv */venv
# local binary
./katenary
# will be treated later # will be treated later
/examples/* /examples/*
@@ -29,4 +27,6 @@ __pycache__
.rpmmacros .rpmmacros
*.gpg *.gpg
# local binaries
katenary katenary
!cmd/katenary