Adapt .gitignore files

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/tests/.gitignore b/tests/.gitignore
index 870fa79..7da51f2 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -20,9 +20,6 @@
 # Generated source files
 /suites/*.generated.data
 /suites/test_suite_config.mbedtls_boolean.data
-/suites/test_suite_config.psa_boolean.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###
diff --git a/tf-psa-crypto/tests/.gitignore b/tf-psa-crypto/tests/.gitignore
new file mode 100644
index 0000000..78470db
--- /dev/null
+++ b/tf-psa-crypto/tests/.gitignore
@@ -0,0 +1,10 @@
+/test_suite*
+/libtestdriver1/*
+
+###START_GENERATED_FILES###
+# Generated source files
+/suites/*.generated.data
+/suites/test_suite_config.psa_boolean.data
+/suites/test_suite_psa_crypto_storage_format.v[0-9]*.data
+/suites/test_suite_psa_crypto_storage_format.current.data
+###END_GENERATED_FILES###