Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / mbedtls / repo / .gitignore
1 # Random seed file created by test scripts and sample programs
2 seedfile
3
4 # CMake build artifacts:
5 CMakeCache.txt
6 CMakeFiles
7 CTestTestfile.cmake
8 cmake_install.cmake
9 Testing
10 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
11 *.dir/
12 # MSVC files generated by CMake:
13 /*.sln
14 /*.vcxproj
15 /*.filters
16
17 # Test coverage build artifacts:
18 Coverage
19 *.gcno
20 *.gcda
21
22 # generated by scripts/memory.sh
23 massif-*
24
25 # MSVC build artifacts:
26 *.exe
27 *.pdb
28 *.ilk
29 *.lib
30
31 # Python build artifacts:
32 *.pyc
33
34 # Generated documentation:
35 /apidoc
36
37 # Editor navigation files:
38 /GPATH
39 /GRTAGS
40 /GSYMS
41 /GTAGS
42 /TAGS
43 /tags