2019-02-25 22:49:33 +01:00
|
|
|
# Random seed file created by test scripts and sample programs
|
|
|
|
seedfile
|
|
|
|
|
2019-02-25 22:49:09 +01:00
|
|
|
# CMake build artifacts:
|
2019-02-28 17:57:07 +01:00
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
CTestTestfile.cmake
|
|
|
|
cmake_install.cmake
|
|
|
|
Testing
|
2019-02-25 22:49:09 +01:00
|
|
|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
|
|
|
*.dir/
|
|
|
|
# MSVC files generated by CMake:
|
|
|
|
/*.sln
|
|
|
|
/*.vcxproj
|
|
|
|
/*.filters
|
|
|
|
|
|
|
|
# Test coverage build artifacts:
|
2019-02-28 17:57:07 +01:00
|
|
|
Coverage
|
|
|
|
*.gcno
|
|
|
|
*.gcda
|
2021-07-13 23:27:01 +02:00
|
|
|
coverage-summary.txt
|
2019-02-28 17:57:07 +01:00
|
|
|
|
|
|
|
# generated by scripts/memory.sh
|
|
|
|
massif-*
|
|
|
|
|
2022-01-25 12:11:58 +01:00
|
|
|
# Eclipse project files
|
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
/.settings
|
|
|
|
|
2023-05-12 13:53:03 +02:00
|
|
|
# Unix-like build artifacts:
|
|
|
|
*.o
|
|
|
|
|
2019-02-28 17:57:07 +01:00
|
|
|
# MSVC build artifacts:
|
|
|
|
*.exe
|
|
|
|
*.pdb
|
|
|
|
*.ilk
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Python build artifacts:
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
|
|
|
*.dir/
|
|
|
|
|
2020-04-03 09:47:26 +02:00
|
|
|
# Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
|
|
|
/build/
|
|
|
|
|
2019-02-25 22:49:33 +01:00
|
|
|
# Generated documentation:
|
|
|
|
/apidoc
|
2018-01-16 14:04:05 +01:00
|
|
|
|
2021-11-04 16:39:48 +01:00
|
|
|
# PSA Crypto compliance test repo, cloned by test_psa_compliance.py
|
2021-11-03 11:32:51 +01:00
|
|
|
/psa-arch-tests
|
|
|
|
|
2018-01-16 14:04:05 +01:00
|
|
|
# Editor navigation files:
|
|
|
|
/GPATH
|
|
|
|
/GRTAGS
|
|
|
|
/GSYMS
|
|
|
|
/GTAGS
|
|
|
|
/TAGS
|
2020-11-03 19:48:05 +01:00
|
|
|
/cscope*.out
|
2018-01-16 14:04:05 +01:00
|
|
|
/tags
|