From 42a3218362cc9494d017edd49923c4add876c8c3 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 11 Mar 2023 16:11:29 -0700 Subject: [PATCH] Add bn_word to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 826d157..99be2c4 100644 --- a/.gitignore +++ b/.gitignore @@ -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*