Add .gitignore files
This commit is contained in:
parent
8b42b1b184
commit
f7dc8f027b
4 changed files with 91 additions and 0 deletions
28
source/mbedtls/.gitignore
vendored
Normal file
28
source/mbedtls/.gitignore
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
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/
|
Loading…
Add table
Add a link
Reference in a new issue