From a3d4d46226a666ae669bc058009addd381543bbb Mon Sep 17 00:00:00 2001 From: Kasper Sauramo Date: Thu, 27 Mar 2025 10:52:29 +0200 Subject: [PATCH] remove str from gitignore --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 35c1f21..00a46fd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,3 @@ tmp/ # Us **/build **/compile_commands.json - -## Remove after str removal refactor -src/str.h -src/str.c