diff --git a/.gitignore b/.gitignore index 4f29d5be50..12c775dff7 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,6 @@ massif-* compile_commands.json # clangd index files /.cache/clangd/index/ + +# VScode folder to store local debug files and configurations +.vscode diff --git a/tests/.gitignore b/tests/.gitignore index 973ebb5083..838ea699fc 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -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###