[PATCH] Ignore tests binary file in git repo

Tianjia Zhang tianjia.zhang at linux.alibaba.com
Tue Mar 1 08:04:06 CET 2022


Signed-off-by: Tianjia Zhang <tianjia.zhang at linux.alibaba.com>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 99741c18..ec456c71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@ src/gcrypt.h
 src/hmac256
 src/libgcrypt-config
 src/libgcrypt.la
+src/libgcrypt.la.done
 src/libgcrypt.pc
 src/mpicalc
 src/versioninfo.rc
@@ -100,14 +101,20 @@ tests/register
 tests/rsacvt
 tests/t-convert
 tests/t-cv25519
+tests/t-dsa
+tests/t-ecdsa
 tests/t-ed25519
+tests/t-ed448
 tests/t-kdf
 tests/t-lock
 tests/t-mpi-bit
 tests/t-mpi-point
+tests/t-rsa-15
+tests/t-rsa-pss
 tests/t-sexp
 tests/t-secmem
 tests/t-x448
+tests/testdrv
 tests/tsexp
 tests/version
 tests/*.exe
-- 
2.34.1




More information about the Gcrypt-devel mailing list