Files
Gilles Peskine 3a69598ade 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 <Gilles.Peskine@arm.com>
2026-02-05 14:03:57 +01:00

21 lines
412 B
Plaintext

# Intermediate generated files
/include/psa_manifest/manifest.h
/include/psa_manifest/pid.h
/include/psa_manifest/sid.h
/src/psa_functions_codes.h
/src/psa_sim_crypto_client.c
/src/psa_sim_crypto_server.c
/src/psa_sim_serialise.c
/src/psa_sim_serialise.h
# Build products
/test/psa_manifest/*
/test/client
/test/partition
*.so
*psa_ff_bootstrap_*
# Local files from editors and indexing tools
*.swp
*.DS_Store