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# Log files created by all.sh to reduce the logs in case a component runs
6# successfully
7quiet-make.*
8
9# CMake build artifacts:
10CMakeCache.txt
11CMakeFiles
12CTestTestfile.cmake
13cmake_install.cmake
14Testing
15# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
16*.dir/
17# MSVC files generated by CMake:
18/*.sln
19/*.vcxproj
20/*.filters
21
22# Test coverage build artifacts:
23Coverage
24*.gcno
25*.gcda
26coverage-summary.txt
27
28# generated by scripts/memory.sh
29massif-*
30
31# Eclipse project files
32.cproject
33.project
34/.settings
35
36# Unix-like build artifacts:
37*.o
38
39# MSVC build artifacts:
40*.exe
41*.pdb
42*.ilk
43*.lib
44
45# Python build artifacts:
46*.pyc
47
48# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
49*.dir/
50
51# Microsoft CMake extension for Visual Studio Code generates a build directory by default
52/build/
53
54# Generated documentation:
55/apidoc
56
57# PSA Crypto compliance test repo, cloned by test_psa_compliance.py
58/psa-arch-tests
59
60# Editor navigation files:
61/GPATH
62/GRTAGS
63/GSYMS
64/GTAGS
65/TAGS
66/cscope*.out
67/tags
68
69# clangd compilation database
70compile_commands.json
71# clangd index files
72/.cache/clangd/index/
73
74# VScode folder to store local debug files and configurations
75.vscode
76