From 96c1bdbc6caea58e31d801facf4bc6c1aecfe2ec Mon Sep 17 00:00:00 2001 From: Eric Lenz <elenz@iat.tu-darmstadt.de> Date: Mon, 28 Oct 2024 10:35:43 +0100 Subject: [PATCH] update gitignore to work with CLion, Visual Studio and vscode --- .gitignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 466d7b3..8e5b2d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ -/.idea/ -/cmake-build-debug/ -/cmake-build-debug-coverage/ +# CLion +/.idea +/*-build-* + +# Visual Studio +/.vs +/out + +# vscode +/.vscode +/build -- GitLab