diff options
author | Riley S. <Github@rileystrickland.com> | 2024-12-03 15:02:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 21:02:59 +0100 |
commit | 97937d1724668b4c3d5b0779ff42a23886cd9f01 (patch) | |
tree | e630bd094bd19adce00b30b348c425e5cbc3cb92 /.gitignore | |
parent | b6a4ececebb154853948a3e6ce9c4934132595ca (diff) |
request(git): Update .gitignore (#20748)
Update .gitignore
Ignores .vs (Visual Studio) and /out/* (Default build directory when unspecified (Visual Studio).)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 92e08b0b14..8d6ed8f648 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |