From 317e1acd079fb43b2eedb9b795c342a61978172f Mon Sep 17 00:00:00 2001 From: Kasper Sauramo Date: Mon, 24 Mar 2025 00:27:21 +0200 Subject: [PATCH] add src/str.h/c files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 00a46fd..35c1f21 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ tmp/ # Us **/build **/compile_commands.json + +## Remove after str removal refactor +src/str.h +src/str.c