Gilles Peskine | 81fb206 | 2019-02-25 22:49:33 +0100 | [diff] [blame] | 1 | # Random seed file created by test scripts and sample programs |
| 2 | seedfile |
Gilles Peskine | 935255c | 2023-04-29 00:32:34 +0200 | [diff] [blame] | 3 | # MBEDTLS_PSA_INJECT_ENTROPY seed file created by the test framework |
| 4 | 00000000ffffff52.psa_its |
Gilles Peskine | 81fb206 | 2019-02-25 22:49:33 +0100 | [diff] [blame] | 5 | |
Gilles Peskine | ceeea02 | 2019-02-25 22:49:09 +0100 | [diff] [blame] | 6 | # CMake build artifacts: |
Marcel | c709a00 | 2019-02-28 17:57:07 +0100 | [diff] [blame] | 7 | CMakeCache.txt |
| 8 | CMakeFiles |
| 9 | CTestTestfile.cmake |
| 10 | cmake_install.cmake |
| 11 | Testing |
Gilles Peskine | ceeea02 | 2019-02-25 22:49:09 +0100 | [diff] [blame] | 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: |
Marcel | c709a00 | 2019-02-28 17:57:07 +0100 | [diff] [blame] | 20 | Coverage |
| 21 | *.gcno |
| 22 | *.gcda |
Gilles Peskine | fc70b52 | 2021-07-13 23:27:01 +0200 | [diff] [blame] | 23 | coverage-summary.txt |
Marcel | c709a00 | 2019-02-28 17:57:07 +0100 | [diff] [blame] | 24 | |
| 25 | # generated by scripts/memory.sh |
| 26 | massif-* |
| 27 | |
Andrzej Kurek | 36fd329 | 2022-01-25 06:11:58 -0500 | [diff] [blame] | 28 | # Eclipse project files |
| 29 | .cproject |
| 30 | .project |
| 31 | /.settings |
| 32 | |
Gilles Peskine | 8075f76 | 2023-05-12 13:53:03 +0200 | [diff] [blame] | 33 | # Unix-like build artifacts: |
| 34 | *.o |
| 35 | |
Marcel | c709a00 | 2019-02-28 17:57:07 +0100 | [diff] [blame] | 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 | |
Carlos Gomes Martinho | 77764da | 2020-04-03 09:47:26 +0200 | [diff] [blame] | 48 | # Microsoft CMake extension for Visual Studio Code generates a build directory by default |
| 49 | /build/ |
| 50 | |
Gilles Peskine | 81fb206 | 2019-02-25 22:49:33 +0100 | [diff] [blame] | 51 | # Generated documentation: |
| 52 | /apidoc |
Gilles Peskine | 66c1e2c | 2018-01-16 14:04:05 +0100 | [diff] [blame] | 53 | |
Bence Szépkúti | 9e9aa5d | 2021-11-04 16:39:48 +0100 | [diff] [blame] | 54 | # PSA Crypto compliance test repo, cloned by test_psa_compliance.py |
Bence Szépkúti | b381841 | 2021-11-03 11:32:51 +0100 | [diff] [blame] | 55 | /psa-arch-tests |
| 56 | |
Gilles Peskine | 66c1e2c | 2018-01-16 14:04:05 +0100 | [diff] [blame] | 57 | # Editor navigation files: |
| 58 | /GPATH |
| 59 | /GRTAGS |
| 60 | /GSYMS |
| 61 | /GTAGS |
| 62 | /TAGS |
Omer Shapira | a577c18 | 2020-11-03 10:48:05 -0800 | [diff] [blame] | 63 | /cscope*.out |
Gilles Peskine | 66c1e2c | 2018-01-16 14:04:05 +0100 | [diff] [blame] | 64 | /tags |
David Horstmann | feb1757 | 2023-06-07 15:21:59 +0100 | [diff] [blame] | 65 | |
Tomi Fontanilles | 80ca493 | 2023-07-16 12:12:09 +0300 | [diff] [blame] | 66 | # clangd compilation database |
David Horstmann | feb1757 | 2023-06-07 15:21:59 +0100 | [diff] [blame] | 67 | compile_commands.json |
Tomi Fontanilles | 80ca493 | 2023-07-16 12:12:09 +0300 | [diff] [blame] | 68 | # clangd index files |
| 69 | /.cache/clangd/index/ |