mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
So we don't get bothered by cmake builds (assuming we build in 'build' as it is customarily for CMake)
125 lines
1.3 KiB
Plaintext
125 lines
1.3 KiB
Plaintext
*.swp
|
|
|
|
# Linked headers
|
|
include
|
|
|
|
# Object files
|
|
*.o
|
|
*.o.tmp
|
|
*.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
|
|
tests/example_kem
|
|
tests/example_sig
|
|
tests/speed_kem
|
|
tests/speed_sig
|
|
tests/test_kem
|
|
tests/test_sig
|
|
tests/test_aes
|
|
tests/test_hash
|
|
tests/test_sha3
|
|
|
|
#kat
|
|
tests/kat_kem
|
|
tests/kat_sig
|
|
|
|
# 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
|
|
|
|
# Travis files
|
|
cmake-3.8.0.tar.gz
|
|
cmake-3.8.0/**
|
|
|
|
#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
|
|
confdefs*
|
|
conftest*
|
|
|
|
#params
|
|
sample_params
|
|
data/
|
|
|
|
# Exceptions
|
|
!src/sig_picnic/external/config.h.in
|
|
src/oqsconfig.h
|
|
|
|
# Misc (master branch)
|
|
.objs_upstream
|
|
*.geany
|
|
.tags*
|
|
__pycache__
|
|
test-results
|
|
.pytest_cache
|
|
.cache
|
|
|
|
# IDEs
|
|
.idea
|
|
|
|
# CMake
|
|
build/
|