add src/str.h/c files to gitignore

This commit is contained in:
2025-03-24 00:27:21 +02:00
parent 564d2490e5
commit 317e1acd07

4
.gitignore vendored
View File

@@ -9,3 +9,7 @@ tmp/
# Us
**/build
**/compile_commands.json
## Remove after str removal refactor
src/str.h
src/str.c