1# Random seed file created by test scripts and sample programs 2seedfile 3# MBEDTLS_PSA_INJECT_ENTROPY seed file created by the test framework 400000000ffffff52.psa_its 5 6# CMake build artifacts: 7CMakeCache.txt 8CMakeFiles 9CTestTestfile.cmake 10cmake_install.cmake 11Testing 12# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 13*.dir/ 14# MSVC files generated by CMake: 15/*.sln 16/*.vcxproj 17/*.filters 18 19# Test coverage build artifacts: 20Coverage 21*.gcno 22*.gcda 23coverage-summary.txt 24 25# generated by scripts/memory.sh 26massif-* 27 28# Eclipse project files 29.cproject 30.project 31/.settings 32 33# Unix-like build artifacts: 34*.o 35 36# MSVC build artifacts: 37*.exe 38*.pdb 39*.ilk 40*.lib 41 42# Python build artifacts: 43*.pyc 44 45# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 46*.dir/ 47 48# Microsoft CMake extension for Visual Studio Code generates a build directory by default 49/build/ 50 51# Generated documentation: 52/apidoc 53 54# PSA Crypto compliance test repo, cloned by test_psa_compliance.py 55/psa-arch-tests 56 57# Editor navigation files: 58/GPATH 59/GRTAGS 60/GSYMS 61/GTAGS 62/TAGS 63/cscope*.out 64/tags 65 66# clangd compilation database 67compile_commands.json 68# clangd index files 69/.cache/clangd/index/ 70