This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit 9ea0150d594e1ecddc05831730641613b12e6f3d Author: Daniel Gruno <[email protected]> AuthorDate: Sun Jan 26 12:36:45 2025 +0100 fix .gitignore so it doesn't ignore pysteve/lib --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e99796..00fdff7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ docs/_build dropin.cache eggs/ include/ -lib/ +/lib/ man/ parts/ share/
