From 97937d1724668b4c3d5b0779ff42a23886cd9f01 Mon Sep 17 00:00:00 2001 From: "Riley S." Date: Tue, 3 Dec 2024 15:02:59 -0500 Subject: request(git): Update .gitignore (#20748) Update .gitignore Ignores .vs (Visual Studio) and /out/* (Default build directory when unspecified (Visual Studio).) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3