From 476d51e1a7e2adaf91b7745842cd47307f98fe06 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Fri, 5 Jul 2024 18:09:04 +0200 Subject: [PATCH] Adapt .gitignore files Signed-off-by: Ronald Cron --- tests/.gitignore | 3 --- tf-psa-crypto/tests/.gitignore | 10 ++++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 tf-psa-crypto/tests/.gitignore diff --git a/tests/.gitignore b/tests/.gitignore index 870fa7980..7da51f2aa 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -20,9 +20,6 @@ # Generated source files /suites/*.generated.data /suites/test_suite_config.mbedtls_boolean.data -/suites/test_suite_config.psa_boolean.data -/suites/test_suite_psa_crypto_storage_format.v[0-9]*.data -/suites/test_suite_psa_crypto_storage_format.current.data /src/test_keys.h /src/test_certs.h ###END_GENERATED_FILES### diff --git a/tf-psa-crypto/tests/.gitignore b/tf-psa-crypto/tests/.gitignore new file mode 100644 index 000000000..78470db7a --- /dev/null +++ b/tf-psa-crypto/tests/.gitignore @@ -0,0 +1,10 @@ +/test_suite* +/libtestdriver1/* + +###START_GENERATED_FILES### +# Generated source files +/suites/*.generated.data +/suites/test_suite_config.psa_boolean.data +/suites/test_suite_psa_crypto_storage_format.v[0-9]*.data +/suites/test_suite_psa_crypto_storage_format.current.data +###END_GENERATED_FILES###