mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
* removes further fixed build directory dependencies * formatting corrected * remove cleanup code unsuitable for win * remove include unknown in windows * adapt mkdir to win API
29 lines
284 B
Plaintext
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
|
|
|