mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-23 22:03:42 +00:00
Ignore CMake/MSVC-related build files.
This commit is contained in:
parent
f3046efb24
commit
72f42d7a52
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -7,3 +7,17 @@ Coverage
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
library/polarssl.info
|
library/polarssl.info
|
||||||
|
|
||||||
|
# MSVC files generated by CMake:
|
||||||
|
*.sln
|
||||||
|
*.vcxproj
|
||||||
|
*.filters
|
||||||
|
|
||||||
|
# MSVC build artifacts:
|
||||||
|
*.exe
|
||||||
|
*.pdb
|
||||||
|
*.ilk
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
||||||
|
*.dir/
|
||||||
|
|
Loading…
Reference in a new issue