mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
24 lines
164 B
Plaintext
24 lines
164 B
Plaintext
# Text editors and IDES
|
|
.idea
|
|
tags
|
|
*.swp
|
|
*~
|
|
.tags*
|
|
|
|
# CMake
|
|
/build*
|
|
|
|
# MSVC
|
|
.vs
|
|
/out*
|
|
|
|
# CLion
|
|
/cmake-build*
|
|
|
|
# Misc
|
|
__pycache__
|
|
.pytest_cache
|
|
.cache
|
|
.CMake/a.out
|
|
|