mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-14 01:26:49 +00:00
Merge pull request #9130 from valeriosetti/update-gitignore-backport
[Backport] Update gitignore for `test_keys.h`, `test_certs.h` and `.vscode`
This commit is contained in:
commit
efc47ad5bf
3
.gitignore
vendored
3
.gitignore
vendored
@ -67,3 +67,6 @@ massif-*
|
||||
compile_commands.json
|
||||
# clangd index files
|
||||
/.cache/clangd/index/
|
||||
|
||||
# VScode folder to store local debug files and configurations
|
||||
.vscode
|
||||
|
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -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###
|
||||
|
Loading…
x
Reference in New Issue
Block a user