From 56d2d3e40db224840fc9ff548c426b37e69f57e9 Mon Sep 17 00:00:00 2001 From: "Mayeul@Zama" Date: Thu, 9 Mar 2023 17:18:58 +0100 Subject: [PATCH] chore(tools): add Makefile generated tests to .gitignore --- compilers/concrete-compiler/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compilers/concrete-compiler/.gitignore b/compilers/concrete-compiler/.gitignore index e7fa8f484..2c2debf4a 100644 --- a/compilers/concrete-compiler/.gitignore +++ b/compilers/concrete-compiler/.gitignore @@ -53,3 +53,9 @@ _build/ compiler/tests/TestLib/out/ compiler/lib/Bindings/Rust/target/ compiler/lib/Bindings/Rust/Cargo.lock +compiler/tests/end_to_end_fixture/tests_cpu/bug_report.yaml +compiler/tests/end_to_end_fixture/tests_cpu/end_to_end_round.yaml +compiler/tests/end_to_end_fixture/tests_cpu/end_to_end_apply_lookup_table.yaml +compiler/tests/end_to_end_fixture/tests_cpu/end_to_end_leveled.yaml +compiler/tests/end_to_end_fixture/tests_cpu/end_to_end_linalg_apply_lookup_table.yaml +