krb5 commit: Add t_sha2 test program to .gitignore

Greg Hudson ghudson at mit.edu
Wed Jun 7 15:48:46 EDT 2017


https://github.com/krb5/krb5/commit/b28ac4b7f502ec0a709743265bcfb5c050705b61
commit b28ac4b7f502ec0a709743265bcfb5c050705b61
Author: Alexander Scheel <alexander.m.scheel at gmail.com>
Date:   Tue Jun 6 08:35:44 2017 -0400

    Add t_sha2 test program to .gitignore
    
    [ghudson at mit.edu: also remove t_sha256, which was removed in commit
    c438227afd763997c131339c1476f61d1628a20d when t_sha2 was added]

 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3e27969..c13b5e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -245,7 +245,6 @@ local.properties
 
 /src/lib/crypto/builtin/sha1/t_shs
 /src/lib/crypto/builtin/sha1/t_shs3
-/src/lib/crypto/builtin/sha2/t_sha256
 
 /src/lib/crypto/crypto_tests/aes-test
 /src/lib/crypto/crypto_tests/camellia-test
@@ -271,6 +270,7 @@ local.properties
 /src/lib/crypto/crypto_tests/t_prf.output
 /src/lib/crypto/crypto_tests/t_prng
 /src/lib/crypto/crypto_tests/t_prng.output
+/src/lib/crypto/crypto_tests/t_sha2
 /src/lib/crypto/crypto_tests/t_short
 /src/lib/crypto/crypto_tests/t_str2key
 /src/lib/crypto/crypto_tests/vk.txt


More information about the cvs-krb5 mailing list