gitignore: ignore test_keys.h and test_certs.h

These files are automatically generated at build time so they
do not need to be tracked.

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2024-05-13 11:39:29 +02:00
parent f1415b65d0
commit a927e81fb0
+2
View File
@@ -21,4 +21,6 @@ libtestdriver1/*
/suites/*.generated.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###