From 3a69598ade6596d86d031ef74dd4afbfb61cb2a1 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 5 Feb 2026 14:03:57 +0100 Subject: [PATCH] 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 --- psasim/.gitignore | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/psasim/.gitignore b/psasim/.gitignore index 40715cafa..2e2994106 100644 --- a/psasim/.gitignore +++ b/psasim/.gitignore @@ -1,17 +1,20 @@ -bin/* -*.o -*.so +# 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 -test/psa_ff_bootstrap.c -test/psa_manifest/* -test/client -test/partition -cscope.out -*.orig + +# Build products +/test/psa_manifest/* +/test/client +/test/partition +*.so +*psa_ff_bootstrap_* + +# Local files from editors and indexing tools *.swp *.DS_Store -*psa_ff_bootstrap_*