mbedtls/.gitignore

43 lines
688 B
Plaintext
Raw Normal View History

CMakeCache.txt
CMakeFiles
CTestTestfile.cmake
cmake_install.cmake
Testing
Coverage
2014-02-21 12:38:13 +01:00
*.gcno
*.gcda
2015-01-27 15:49:19 +01:00
2014-12-01 11:30:56 +01:00
# generated by scripts/memory.sh
massif-*
2015-01-27 15:49:19 +01:00
# MSVC files generated by CMake:
/*.sln
/*.vcxproj
/*.filters
2015-01-27 15:49:19 +01:00
# MSVC build artifacts:
*.exe
*.pdb
*.ilk
*.lib
# Python build artifacts:
*.pyc
2015-01-27 15:49:19 +01:00
# 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