mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 17:35:37 +01:00
Improve .gitignore grouping and documentation
This commit is contained in:
parent
6663e9c18f
commit
f91c5a8535
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…
Reference in New Issue
Block a user