request(git): Update .gitignore (#20748)
Update .gitignore Ignores .vs (Visual Studio) and /out/* (Default build directory when unspecified (Visual Studio).)
This commit is contained in:
parent
b6a4ececeb
commit
97937d1724
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -29,6 +29,9 @@
|
||||||
|
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
|
||||||
|
# default build directory if not specified by CMAKE configuration
|
||||||
|
/out/*
|
||||||
|
|
||||||
#
|
#
|
||||||
#Generic
|
#Generic
|
||||||
#
|
#
|
||||||
|
|
@ -63,6 +66,7 @@ nbproject/
|
||||||
.idea
|
.idea
|
||||||
cmake-build-*/*
|
cmake-build-*/*
|
||||||
coverage-report/
|
coverage-report/
|
||||||
|
.vs
|
||||||
|
|
||||||
#
|
#
|
||||||
# Eclipse
|
# Eclipse
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue