mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-23 03:38:05 +00:00
update .gitignore to include Visual Studio artifacts
This commit is contained in:
parent
aa3402018e
commit
b555457d39
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -26,3 +26,10 @@ massif-*
|
||||||
|
|
||||||
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
||||||
*.dir/
|
*.dir/
|
||||||
|
|
||||||
|
# Visual Studio artifacts
|
||||||
|
/visualc/VS2010/.localhistory/
|
||||||
|
/visualc/VS2010/.vs/
|
||||||
|
/visualc/VS2010/Debug/
|
||||||
|
/visualc/VS2010/Release/
|
||||||
|
/visualc/VS2010/*.vcxproj.user
|
||||||
|
|
Loading…
Reference in a new issue