From 4d27f90651e802cb9d18f0bd504e590e7daf3096 Mon Sep 17 00:00:00 2001 From: Eric Gouriou Date: Fri, 21 Jul 2023 11:05:00 +0200 Subject: [PATCH] [Zvk Code Samples] Update .gitignore - Add the current test binaries to the ignore file, remove the obsolete one (zvkb-test). - Remove the "-test.s" files from the ignore file. In some ancient times they used to be generated during compilation as an intermediate step. Signed-off-by: Eric Gouriou --- doc/vector/code-samples/.gitignore | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/vector/code-samples/.gitignore b/doc/vector/code-samples/.gitignore index 9c7a39cd..c49db762 100644 --- a/doc/vector/code-samples/.gitignore +++ b/doc/vector/code-samples/.gitignore @@ -55,15 +55,11 @@ dkms.conf __pycache__ cscope.out aes-cbc-test -aes-cbc-test.s aes-gcm-test -aes-gcm-test.s sha-test -sha-test.s sm3-test -sm3-test.s sm4-test -sm4-test.s test-vectors -zvkb-test -zvkb-test.s +zvbb-test +zvbc-test +zvkg-test