aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-03-11 16:11:29 -0700
committerTheo Buehler <tb@openbsd.org>2023-03-11 16:11:29 -0700
commit42a3218362cc9494d017edd49923c4add876c8c3 (patch)
treeff323dc62e1fd11818837350c247f616309d8faf
parent6016c0651c05a14992f092de977ef7329d7196fb (diff)
downloadportable-42a3218362cc9494d017edd49923c4add876c8c3.tar.gz
portable-42a3218362cc9494d017edd49923c4add876c8c3.tar.bz2
portable-42a3218362cc9494d017edd49923c4add876c8c3.zip
Add bn_word to gitignore
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 826d157..99be2c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,6 +83,7 @@ tests/bn_rand_interval*
83tests/bn_shift* 83tests/bn_shift*
84tests/bn_to_string* 84tests/bn_to_string*
85tests/bn_unit* 85tests/bn_unit*
86tests/bn_word*
86tests/callback* 87tests/callback*
87tests/cipher* 88tests/cipher*
88tests/constraints* 89tests/constraints*