From 138bd8bcd477bad7db58585d7b611ecfe7e883ec Mon Sep 17 00:00:00 2001 From: user Date: Wed, 18 Feb 2026 11:08:25 +0100 Subject: [PATCH] fixed libsys gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0bc29bb..a2ad3ce 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,6 @@ /build* /kernel/build/* /user/build/* -/libysy/* +/libsys/* /user/app1/build/* /user/app2/build/*