Add bn_word to gitignore

This commit is contained in:
Theo Buehler 2023-03-11 16:11:29 -07:00
parent 6016c0651c
commit 42a3218362

1
.gitignore vendored
View File

@ -83,6 +83,7 @@ tests/bn_rand_interval*
tests/bn_shift*
tests/bn_to_string*
tests/bn_unit*
tests/bn_word*
tests/callback*
tests/cipher*
tests/constraints*