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
4
.gitignore
vendored
4
.gitignore
vendored
@ -29,6 +29,9 @@
|
||||
|
||||
!.gitkeep
|
||||
|
||||
# default build directory if not specified by CMAKE configuration
|
||||
/out/*
|
||||
|
||||
#
|
||||
#Generic
|
||||
#
|
||||
@ -63,6 +66,7 @@ nbproject/
|
||||
.idea
|
||||
cmake-build-*/*
|
||||
coverage-report/
|
||||
.vs
|
||||
|
||||
#
|
||||
# Eclipse
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user