diff options
author | Theo Buehler <tb@openbsd.org> | 2023-03-11 16:11:29 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-03-11 16:11:29 -0700 |
commit | 42a3218362cc9494d017edd49923c4add876c8c3 (patch) | |
tree | ff323dc62e1fd11818837350c247f616309d8faf | |
parent | 6016c0651c05a14992f092de977ef7329d7196fb (diff) | |
download | portable-42a3218362cc9494d017edd49923c4add876c8c3.tar.gz portable-42a3218362cc9494d017edd49923c4add876c8c3.tar.bz2 portable-42a3218362cc9494d017edd49923c4add876c8c3.zip |
Add bn_word to gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ tests/bn_rand_interval* | |||
83 | tests/bn_shift* | 83 | tests/bn_shift* |
84 | tests/bn_to_string* | 84 | tests/bn_to_string* |
85 | tests/bn_unit* | 85 | tests/bn_unit* |
86 | tests/bn_word* | ||
86 | tests/callback* | 87 | tests/callback* |
87 | tests/cipher* | 88 | tests/cipher* |
88 | tests/constraints* | 89 | tests/constraints* |