From a8a68b414815e5bade34675ec08b8122addaa026 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Sun, 2 Mar 2025 15:19:37 +0300 Subject: [PATCH] update gitignore: do not include tests --- byterun/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/byterun/.gitignore b/byterun/.gitignore index 187d7b353..db2a15b28 100644 --- a/byterun/.gitignore +++ b/byterun/.gitignore @@ -11,3 +11,5 @@ compile_commands.json .cache/ *.a *.o + +test**