diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-14 19:06:34 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-14 19:06:34 -0400 |
commit | 34f32288afd87073eb5ab9bafc3f4202ab9a0551 (patch) | |
tree | 0f9eb55ba323012ba3e5b7255ce36aaa41ffff22 /.gitignore | |
parent | 282617c06a8b5eff135d1cf6f1d6fe148f632c5a (diff) |
test-mkmif was missing from .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,14 +11,15 @@ tests/test-bus tests/test-ecdsa tests/test-ecdsa-*.der tests/test-hash +tests/test-mkmif tests/test-pbkdf2 +tests/test-rpc_get_random +tests/test-rpc_get_version tests/test-rpc_hash tests/test-rpc_pkey tests/test-rpc_server tests/test-rsa tests/test-rsa-*.der tests/test-trng -tests/test-rpc_get_version -tests/test-rpc_get_random utils/cores utils/eim_peek_poke |