mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-06 02:09:55 +00:00
Clean up psasim/.gitignore
Add generated files that are no longer checked in. Remove obsolete things (including things now covered at the framework root). Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
+13
-10
@@ -1,17 +1,20 @@
|
|||||||
bin/*
|
# Intermediate generated files
|
||||||
*.o
|
/include/psa_manifest/manifest.h
|
||||||
*.so
|
/include/psa_manifest/pid.h
|
||||||
|
/include/psa_manifest/sid.h
|
||||||
/src/psa_functions_codes.h
|
/src/psa_functions_codes.h
|
||||||
/src/psa_sim_crypto_client.c
|
/src/psa_sim_crypto_client.c
|
||||||
/src/psa_sim_crypto_server.c
|
/src/psa_sim_crypto_server.c
|
||||||
/src/psa_sim_serialise.c
|
/src/psa_sim_serialise.c
|
||||||
/src/psa_sim_serialise.h
|
/src/psa_sim_serialise.h
|
||||||
test/psa_ff_bootstrap.c
|
|
||||||
test/psa_manifest/*
|
# Build products
|
||||||
test/client
|
/test/psa_manifest/*
|
||||||
test/partition
|
/test/client
|
||||||
cscope.out
|
/test/partition
|
||||||
*.orig
|
*.so
|
||||||
|
*psa_ff_bootstrap_*
|
||||||
|
|
||||||
|
# Local files from editors and indexing tools
|
||||||
*.swp
|
*.swp
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
*psa_ff_bootstrap_*
|
|
||||||
|
|||||||
Reference in New Issue
Block a user