liboqs/.gitignore
Michael Baentsch 2757d16854
Enabling out-of-source build-and-test (#1091)
* removes further fixed build directory dependencies

* formatting corrected

* remove cleanup code unsuitable for win

* remove include unknown in windows

* adapt mkdir to win API
2021-09-18 16:06:07 -04:00

29 lines
284 B
Plaintext

# Text editors and IDES
.idea
tags
*.swp
*~
.tags*
# CMake & testing
/build*
/tmp*
# MSVC
.vs
/out*
# CLion
/cmake-build*
# Generated by copy_from_upstream.py
# and update_pqclean_alg_docs.py
scripts/copy_from_upstream/repos
# Misc
__pycache__
.pytest_cache
.cache
.CMake/a.out