From 82347ccda605d0f80ae002b6e617d09658cd8c9d Mon Sep 17 00:00:00 2001 From: Simran Date: Thu, 29 Oct 2020 17:24:34 +0100 Subject: [PATCH] Limit build*/ and docs/ to top level, ignore out/ at top level --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a2d250b96..88b977edd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ # CMake artifacts -build*/ +/build*/ # Doxygen -docs/ +/docs/ # Visual Studio (Code) .localhistory/ .history/ .vscode/ .vs/ +/out/ CmakeSettings.json # macOS General