aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2023-04-29 00:32:34 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2023-04-29 00:32:34 +0200
commit935255cb3c13069349b3f4b36ec989482cab471b (patch)
tree2ce1cef12a3770ffcea4f15d59839ac42205860e /.gitignore
parentb377229b65752d834623e918463e614234d39af0 (diff)
downloadmbedtls-935255cb3c13069349b3f4b36ec989482cab471b.zip
mbedtls-935255cb3c13069349b3f4b36ec989482cab471b.tar.gz
mbedtls-935255cb3c13069349b3f4b36ec989482cab471b.tar.bz2
MBEDTLS_PSA_INJECT_ENTROPY: ignore seed file
The test framework leaves the seed file behind (like it does with the corresponding file in the legacy API, namely seedfile), so ignore it. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8824ece..d59ffeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
# Random seed file created by test scripts and sample programs
seedfile
+# MBEDTLS_PSA_INJECT_ENTROPY seed file created by the test framework
+00000000ffffff52.psa_its
# CMake build artifacts:
CMakeCache.txt