From 1edaf3ebe246ffa74ea6f5176763f0792e49a49d Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Thu, 19 Feb 2026 20:18:16 -0500 Subject: Fix utils direcotry exclusion from gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c732fb1..9f6c6a4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ dist/ downloads/ eggs/ .eggs/ -lib/ +/lib/ lib64/ parts/ sdist/ -- cgit v1.2.3