mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
This is not only convenient, but now necessary, because if the content of the generated files changes due to changes in Python files in the framework, `all.sh check_generated_files` will fail in the framework CI. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
33 lines
792 B
Plaintext
33 lines
792 B
Plaintext
*.sln
|
|
*.vcxproj
|
|
|
|
*.log
|
|
/test_suite*
|
|
/data_files/mpi_write
|
|
/data_files/hmac_drbg_seed
|
|
/data_files/ctr_drbg_seed
|
|
/data_files/entropy_seed
|
|
|
|
/include/alt-extra/psa/crypto_platform_alt.h
|
|
/include/alt-extra/psa/crypto_struct_alt.h
|
|
/include/test/instrument_record_status.h
|
|
|
|
/src/libmbed*
|
|
|
|
/libtestdriver1/*
|
|
|
|
###START_GENERATED_FILES###
|
|
# Generated source files
|
|
/opt-testcases/handshake-generated.sh
|
|
/opt-testcases/tls13-compat.sh
|
|
/src/psa_test_wrappers.c
|
|
/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
|
|
/include/test/psa_test_wrappers.h
|
|
/include/test/test_keys.h
|
|
/include/test/test_certs.h
|
|
###END_GENERATED_FILES###
|