diff --git a/.gitignore b/.gitignore index ce6a80c..dba6a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,10 @@ c/tests/test_tier c/tests/test_tier.exe c/tests/test_grammar c/tests/test_grammar.exe +c/tests/test_schema_gbnf +c/tests/test_schema_gbnf.exe +c/tests/test_compat_direct +c/tests/test_compat_direct.exe # oracoli tiny generati (make_glm_oracle.py) e dati benchmark scaricati c/glm_tiny/ diff --git a/c/tests/test_compat_direct b/c/tests/test_compat_direct deleted file mode 100755 index 074a7ba..0000000 Binary files a/c/tests/test_compat_direct and /dev/null differ diff --git a/c/tests/test_schema_gbnf b/c/tests/test_schema_gbnf deleted file mode 100755 index 70eb094..0000000 Binary files a/c/tests/test_schema_gbnf and /dev/null differ