blob: 8824ecea0657c6bd979d56ada7a314dd6b07f727 [file] [log] [blame]
Gilles Peskine81fb2062019-02-25 22:49:33 +01001# Random seed file created by test scripts and sample programs
2seedfile
3
Gilles Peskineceeea022019-02-25 22:49:09 +01004# CMake build artifacts:
Marcelc709a002019-02-28 17:57:07 +01005CMakeCache.txt
6CMakeFiles
7CTestTestfile.cmake
8cmake_install.cmake
9Testing
Gilles Peskineceeea022019-02-25 22:49:09 +010010# 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:
Marcelc709a002019-02-28 17:57:07 +010018Coverage
19*.gcno
20*.gcda
Gilles Peskinefc70b522021-07-13 23:27:01 +020021coverage-summary.txt
Marcelc709a002019-02-28 17:57:07 +010022
23# generated by scripts/memory.sh
24massif-*
25
Andrzej Kurek36fd3292022-01-25 06:11:58 -050026# Eclipse project files
27.cproject
28.project
29/.settings
30
Marcelc709a002019-02-28 17:57:07 +010031# 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
Carlos Gomes Martinho77764da2020-04-03 09:47:26 +020043# Microsoft CMake extension for Visual Studio Code generates a build directory by default
44/build/
45
Gilles Peskine81fb2062019-02-25 22:49:33 +010046# Generated documentation:
47/apidoc
Gilles Peskine66c1e2c2018-01-16 14:04:05 +010048
Bence Szépkúti9e9aa5d2021-11-04 16:39:48 +010049# PSA Crypto compliance test repo, cloned by test_psa_compliance.py
Bence Szépkútib3818412021-11-03 11:32:51 +010050/psa-arch-tests
51
Gilles Peskine66c1e2c2018-01-16 14:04:05 +010052# Editor navigation files:
53/GPATH
54/GRTAGS
55/GSYMS
56/GTAGS
57/TAGS
Omer Shapiraa577c182020-11-03 10:48:05 -080058/cscope*.out
Gilles Peskine66c1e2c2018-01-16 14:04:05 +010059/tags