aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-06-24 04:51:01 -0600
committerTheo Buehler <tb@openbsd.org>2023-06-24 04:51:01 -0600
commit2a9096debe7b1592ad51b67ca5bf71413a927dfc (patch)
treea446ed44285bce14d27f17cf19fad731cb7b9a24 /.gitignore
parent3e7f4d0aba5c08e4e938b6e9b77aeea2b83364d3 (diff)
downloadportable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.tar.gz
portable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.tar.bz2
portable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.zip
Add bn_convert test to build
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2289897..a0a34d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,6 +82,7 @@ tests/bio_mem*
82tests/bnaddsub* 82tests/bnaddsub*
83tests/bn_add_sub* 83tests/bn_add_sub*
84tests/bn_cmp* 84tests/bn_cmp*
85tests/bn_convert*
85tests/bn_gcd* 86tests/bn_gcd*
86tests/bn_isqrt* 87tests/bn_isqrt*
87tests/bn_mod_exp* 88tests/bn_mod_exp*