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###