mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-09-24 14:23:47 +08:00
quantum init
This commit is contained in:
96
vendor/liboqs/.gitignore
vendored
Normal file
96
vendor/liboqs/.gitignore
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
*.swp
|
||||
|
||||
# Linked headers
|
||||
include
|
||||
|
||||
# Object files
|
||||
*.o
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Libraries
|
||||
*.lib
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
/test_kex
|
||||
/test_sig
|
||||
/test_rand
|
||||
/test_aes
|
||||
benchmark_lowmc
|
||||
pp_matrices
|
||||
precomputed_data
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
*.su
|
||||
|
||||
# Generated documentation
|
||||
docs/doxygen
|
||||
|
||||
# Backup files
|
||||
*~
|
||||
|
||||
# Visual Studio files
|
||||
VisualStudio/*.db
|
||||
VisualStudio/*.opendb
|
||||
VisualStudio/.vs/
|
||||
VisualStudio/**/Win32/
|
||||
VisualStudio/**/x64/
|
||||
VisualStudio/include/
|
||||
VisualStudio/**/*.user
|
||||
|
||||
# External sources
|
||||
external
|
||||
src/sig_picnic/external
|
||||
|
||||
#Autotools
|
||||
autom4te.cache
|
||||
.deps
|
||||
Makefile.in
|
||||
Makefile
|
||||
aclocal.m4
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
config/libtool.m4
|
||||
config/ltoptions.m4
|
||||
config/ltsugar.m4
|
||||
config/ltversion.m4
|
||||
config/lt~obsolete.m4
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
stamp-h1
|
||||
.libs
|
||||
.dirstamp
|
||||
|
||||
#params
|
||||
sample_params
|
||||
data/
|
||||
Reference in New Issue
Block a user