Adapt .gitignore files

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2024-07-05 18:09:04 +02:00
parent 83538c4673
commit 476d51e1a7
2 changed files with 10 additions and 3 deletions

3
tests/.gitignore vendored
View File

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

10
tf-psa-crypto/tests/.gitignore vendored Normal file
View File

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