mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 10:20:36 +00:00
Improve .gitignore grouping and documentation
This commit is contained in:
parent
66c1e2c766
commit
ceeea02d51
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,8 +1,17 @@
|
|||||||
|
# CMake build artifacts:
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
Testing
|
Testing
|
||||||
|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
||||||
|
*.dir/
|
||||||
|
# MSVC files generated by CMake:
|
||||||
|
/*.sln
|
||||||
|
/*.vcxproj
|
||||||
|
/*.filters
|
||||||
|
|
||||||
|
# Test coverage build artifacts:
|
||||||
Coverage
|
Coverage
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
@ -10,11 +19,6 @@ Coverage
|
|||||||
# generated by scripts/memory.sh
|
# generated by scripts/memory.sh
|
||||||
massif-*
|
massif-*
|
||||||
|
|
||||||
# MSVC files generated by CMake:
|
|
||||||
/*.sln
|
|
||||||
/*.vcxproj
|
|
||||||
/*.filters
|
|
||||||
|
|
||||||
# MSVC build artifacts:
|
# MSVC build artifacts:
|
||||||
*.exe
|
*.exe
|
||||||
*.pdb
|
*.pdb
|
||||||
@ -24,8 +28,6 @@ massif-*
|
|||||||
# Python build artifacts:
|
# Python build artifacts:
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
|
||||||
*.dir/
|
|
||||||
|
|
||||||
# Editor navigation files:
|
# Editor navigation files:
|
||||||
/GPATH
|
/GPATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user