singe/thirdparty/openssl/oqs-provider/.gitignore
2023-11-16 22:15:24 -06:00

18 lines
278 B
Text

# checked out OSSL variants
openssl*/*
openssl
# checked out liboqs
liboqs
# installed SW
.local
# build directory
_build
# generated from openssl src:
test/ssltestlib.c
test/ssltestlib.h
test/oqs_test_groups
# test artifacts
tmp
interop.log
# pycache
oqs-template/__pycache__