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