mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:55:42 +01:00
chore: irgnore build directory in repository
Signed-off-by: Carlos Gomes Martinho <carlos.gomes_martinho@siemens.com>
This commit is contained in:
parent
227a9db71e
commit
77764da7cb
3
.gitignore
vendored
3
.gitignore
vendored
@ -34,6 +34,9 @@ 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/
|
||||||
|
|
||||||
|
# Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
||||||
|
/build/
|
||||||
|
|
||||||
# Visual Studio artifacts
|
# Visual Studio artifacts
|
||||||
/visualc/VS2010/.localhistory/
|
/visualc/VS2010/.localhistory/
|
||||||
/visualc/VS2010/.vs/
|
/visualc/VS2010/.vs/
|
||||||
|
Loading…
Reference in New Issue
Block a user