aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2017-07-10 22:35:09 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2017-07-16 11:49:15 +0900
commitf7cf93fd22d4f1003adfefc09488d31bcc1c7279 (patch)
tree1ce1dbe832c589a6b00c32d16922463522df29f2 /.gitignore
parentcefd44a86ef5c96708382724d27a38d9364dc7ad (diff)
downloadportable-f7cf93fd22d4f1003adfefc09488d31bcc1c7279.tar.gz
portable-f7cf93fd22d4f1003adfefc09488d31bcc1c7279.tar.bz2
portable-f7cf93fd22d4f1003adfefc09488d31bcc1c7279.zip
Add regression test freenull
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f8b728c..e39954c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,6 +55,7 @@ tests/arc4random_fork*
55tests/asn1time* 55tests/asn1time*
56tests/cipher* 56tests/cipher*
57tests/explicit_bzero* 57tests/explicit_bzero*
58tests/freenull*
58tests/gost2814789t* 59tests/gost2814789t*
59tests/mont* 60tests/mont*
60tests/rfc5280time* 61tests/rfc5280time*