mbedtls/.gitignore

42 lines
638 B
Plaintext
Raw Normal View History

CMakeCache.txt
CMakeFiles
CTestTestfile.cmake
cmake_install.cmake
Testing
Coverage
2014-02-21 11:38:13 +00:00
*.gcno
*.gcda
2015-01-27 14:49:19 +00:00
2014-12-01 10:30:56 +00:00
# generated by scripts/memory.sh
massif-*
2015-01-27 14:49:19 +00:00
# MSVC files generated by CMake:
/*.sln
/*.vcxproj
/*.filters
2015-01-27 14:49:19 +00:00
# MSVC build artifacts:
*.exe
*.pdb
*.ilk
*.lib
# Python build artifacts:
*.pyc
2015-01-27 14:49:19 +00: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
crypto/library/*.c
crypto/library/libmbedcrypto*
crypto/scripts
crypto/tests/scripts
crypto/tests/suites
crypto/tests/test_suite*
crypto/programs/psa
mbedcrypto.tar.gz