mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-06 05:25:18 +00:00
dfd518f976
Move everything in tests/src and tests/include except for TLS-only things, the alt-dummy headers and the generated PSA test wrappers. Signed-off-by: David Horstmann <david.horstmann@arm.com>
59 lines
934 B
Plaintext
59 lines
934 B
Plaintext
# CMake build artifacts:
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CTestTestfile.cmake
|
|
cmake_install.cmake
|
|
Testing
|
|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
|
*.dir/
|
|
# MSVC files generated by CMake:
|
|
/*.sln
|
|
/*.vcxproj
|
|
/*.filters
|
|
|
|
# Test coverage build artifacts:
|
|
Coverage
|
|
*.gcno
|
|
*.gcda
|
|
coverage-summary.txt
|
|
|
|
# Eclipse project files
|
|
.cproject
|
|
.project
|
|
/.settings
|
|
|
|
# Unix-like build artifacts:
|
|
*.o
|
|
|
|
# MSVC build artifacts:
|
|
*.exe
|
|
*.pdb
|
|
*.ilk
|
|
*.lib
|
|
|
|
# Python build artifacts:
|
|
*.pyc
|
|
|
|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
|
*.dir/
|
|
|
|
# Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
|
/build/
|
|
|
|
# Generated documentation:
|
|
/apidoc
|
|
|
|
# Editor navigation files:
|
|
/GPATH
|
|
/GRTAGS
|
|
/GSYMS
|
|
/GTAGS
|
|
/TAGS
|
|
/cscope*.out
|
|
/tags
|
|
|
|
# clangd compilation database
|
|
compile_commands.json
|
|
# clangd index files
|
|
/.cache/clangd/index/
|