[PATCH] Ignore automatic generated test files

Antonio Borneo borneo.antonio at gmail.com
Fri Sep 9 07:59:27 CEST 2011


The command "make check" creates new files in ./tests/
Add them to the ignore file.

Signed-off-by: Antonio Borneo <borneo.antonio at gmail.com>
---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index ec7f8bb..446c26a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,17 +67,20 @@ tests/ac-schemes
 tests/aeswrap
 tests/basic
 tests/benchmark
+tests/curves
 tests/fips186-dsa
 tests/fipsdrv
 tests/hmac
 tests/keygen
 tests/keygrip
 tests/mpitests
+tests/pkcs1v2
 tests/prime
 tests/pubkey
 tests/random
 tests/register
 tests/rsacvt
+tests/t-kdf
 tests/t-mpi-bit
 tests/tsexp
 tests/version
-- 
1.7.3.4




More information about the Gcrypt-devel mailing list