mbedtls/.gitignore

29 lines
391 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/