.gitignore (765B)
1 *.sln 2 *.vcxproj 3 4 *.log 5 /test_suite* 6 /data_files/mpi_write 7 /data_files/hmac_drbg_seed 8 /data_files/ctr_drbg_seed 9 /data_files/entropy_seed 10 11 /include/alt-extra/psa/crypto_platform_alt.h 12 /include/alt-extra/psa/crypto_struct_alt.h 13 /include/test/instrument_record_status.h 14 15 /src/libmbed* 16 17 /libtestdriver1/* 18 19 ####START_COMMENTED_GENERATED_FILES### 20 ## Generated source files 21 #/opt-testcases/handshake-generated.sh 22 #/opt-testcases/tls13-compat.sh 23 #/suites/*.generated.data 24 #/suites/test_suite_config.mbedtls_boolean.data 25 #/suites/test_suite_config.psa_boolean.data 26 #/suites/test_suite_psa_crypto_storage_format.v[0-9]*.data 27 #/suites/test_suite_psa_crypto_storage_format.current.data 28 #/include/test/test_keys.h 29 #/include/test/test_certs.h 30 ####END_COMMENTED_GENERATED_FILES###