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:
Riley S. 2024-12-03 15:02:59 -05:00 committed by GitHub
parent b6a4ececeb
commit 97937d1724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.gitignore vendored
View File

@ -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