9ba61d0ce5
In /crypto/.gitignore, list files that are generated by a build done under /crypto/. In the outer /.gitignore, list files under /crypto/ only if they are created by the export process. This commit slightly refines both lists and adds some build products to /crypto/.gitignore.
42 lines
688 B
Text
42 lines
688 B
Text
CMakeCache.txt
|
|
CMakeFiles
|
|
CTestTestfile.cmake
|
|
cmake_install.cmake
|
|
Testing
|
|
Coverage
|
|
*.gcno
|
|
*.gcda
|
|
|
|
# generated by scripts/memory.sh
|
|
massif-*
|
|
|
|
# MSVC files generated by CMake:
|
|
/*.sln
|
|
/*.vcxproj
|
|
/*.filters
|
|
|
|
# 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/
|
|
|
|
# Exported Mbed Crypto files
|
|
crypto/LICENSE
|
|
crypto/VERSION.txt
|
|
crypto/include/mbedcrypto/*.h
|
|
crypto/include/psa/*.h
|
|
crypto/library/*.c
|
|
crypto/programs/psa/*.c
|
|
crypto/programs/psa/*.sh
|
|
crypto/scripts
|
|
crypto/tests/scripts
|
|
crypto/tests/suites/*.data
|
|
crypto/tests/suites/*.function
|
|
mbedcrypto.tar.gz
|