mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-05 21:15:09 +00:00
7e011cca07
Move a bunch of files from `scripts` and `mbedtls/scripts` to the framework. The following files will be added (moved from Mbed TLS `development`): * `scripts/ecp_comb_table.py` * `scripts/massif_max.pl` * `tests/scripts/audit-validity-dates.py` (moved to `scripts/`) * `tests/scripts/gen_ctr_drbg.pl` (moved to `scripts/`) * `tests/scripts/gen_gcm_decrypt.pl` (moved to `scripts/`) * `tests/scripts/gen_gcm_encrypt.pl` (moved to `scripts/`) * `tests/scripts/gen_pkcs1_v21_sign_verify.pl` (moved to `scripts/`) * `tests/scripts/generate-afl-tests.sh` (moved to `scripts/`) * `tests/scripts/generate_server9_bad_saltlen.py` (moved to `scripts/`) * `tests/scripts/run-metatests.sh` (moved to `scripts/`) * `tests/scripts/run_demos.py` (moved to `scripts/`) * `tests/scripts/test_config_script.py` (moved to `scripts/`) Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> Signed-off-by: Gilles Peskine <Gilles.Peskine@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/
|