update gitignore: do not include tests

This commit is contained in:
ProgramSnail 2025-03-02 15:19:37 +03:00
parent 90015eac8b
commit a8a68b4148

2
byterun/.gitignore vendored
View file

@ -11,3 +11,5 @@ compile_commands.json
.cache/
*.a
*.o
test**