cryb-to/t/.gitignore
Dag-Erling Smørgrav a36c6ba31c Add tests for each library's cryb_foo_version() function.
This may seem stupid, but I've found bugs in the past which would have been caught by unit tests which I didn't write because they seemed stupid.
2016-09-17 16:14:00 +02:00

58 lines
675 B
Text

/.deps
/.libs
/*.la
/*.lo
/*.o
/Makefile.in
/Makefile
/test.cov
/*.log
/*.trs
/t_adler
/t_aes
/t_cipher
/t_core
/t_ctype
/t_digest
/t_enc
/t_endian
/t_fletcher
/t_hash
/t_hmac_sha1
/t_hmac_sha1_openssl
/t_hmac_sha224
/t_hmac_sha224_openssl
/t_hmac_sha256
/t_hmac_sha256_openssl
/t_hmac_sha384
/t_hmac_sha384_openssl
/t_hmac_sha512
/t_hmac_sha512_openssl
/t_mac
/t_md2
/t_md4
/t_md4_openssl
/t_md5
/t_md5_openssl
/t_memset_s
/t_mpi
/t_murmur3_32
/t_pearson
/t_rc4
/t_rfc3986
/t_rfc4648
/t_sha1
/t_sha1_openssl
/t_sha224
/t_sha224_openssl
/t_sha256
/t_sha256_openssl
/t_sha384
/t_sha384_openssl
/t_sha512
/t_sha512_openssl
/t_string
/t_strlcat
/t_strlcmp
/t_strlcpy
/t_wstring