blob: 6068cbca7615bf6346b63bd6ab24eceae88a58ee [file] [log] [blame]
Gilles Peskine81fb2062019-02-25 22:49:33 +01001# Random seed file created by test scripts and sample programs
2seedfile
Gilles Peskine935255c2023-04-29 00:32:34 +02003# MBEDTLS_PSA_INJECT_ENTROPY seed file created by the test framework
400000000ffffff52.psa_its
Ronald Cron2b22b1e2024-06-12 10:45:37 +02005# Log files created by all.sh to reduce the logs in case a component runs
6# successfully
7quiet-make.*
Gilles Peskine81fb2062019-02-25 22:49:33 +01008
Gilles Peskineceeea022019-02-25 22:49:09 +01009# CMake build artifacts:
Marcelc709a002019-02-28 17:57:07 +010010CMakeCache.txt
11CMakeFiles
12CTestTestfile.cmake
13cmake_install.cmake
14Testing
Gilles Peskineceeea022019-02-25 22:49:09 +010015# 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:
Marcelc709a002019-02-28 17:57:07 +010023Coverage
24*.gcno
25*.gcda
Gilles Peskinefc70b522021-07-13 23:27:01 +020026coverage-summary.txt
Marcelc709a002019-02-28 17:57:07 +010027
28# generated by scripts/memory.sh
29massif-*
30
Andrzej Kurek36fd3292022-01-25 06:11:58 -050031# Eclipse project files
32.cproject
33.project
34/.settings
35
Gilles Peskine8075f762023-05-12 13:53:03 +020036# Unix-like build artifacts:
37*.o
38
Marcelc709a002019-02-28 17:57:07 +010039# 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
Carlos Gomes Martinho77764da2020-04-03 09:47:26 +020051# Microsoft CMake extension for Visual Studio Code generates a build directory by default
52/build/
53
Gilles Peskine81fb2062019-02-25 22:49:33 +010054# Generated documentation:
55/apidoc
Gilles Peskine66c1e2c2018-01-16 14:04:05 +010056
Bence Szépkúti9e9aa5d2021-11-04 16:39:48 +010057# PSA Crypto compliance test repo, cloned by test_psa_compliance.py
Bence Szépkútib3818412021-11-03 11:32:51 +010058/psa-arch-tests
59
Gilles Peskine66c1e2c2018-01-16 14:04:05 +010060# Editor navigation files:
61/GPATH
62/GRTAGS
63/GSYMS
64/GTAGS
65/TAGS
Omer Shapiraa577c182020-11-03 10:48:05 -080066/cscope*.out
Gilles Peskine66c1e2c2018-01-16 14:04:05 +010067/tags
David Horstmannfeb17572023-06-07 15:21:59 +010068
Tomi Fontanilles80ca4932023-07-16 12:12:09 +030069# clangd compilation database
David Horstmannfeb17572023-06-07 15:21:59 +010070compile_commands.json
Tomi Fontanilles80ca4932023-07-16 12:12:09 +030071# clangd index files
72/.cache/clangd/index/
Valerio Settic2d6f542024-05-13 11:14:57 +020073
74# VScode folder to store local debug files and configurations
75.vscode