From 90ae730fd4ed69cfc948f310013a47d627cdf2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 10 May 2021 17:04:21 +0200 Subject: [PATCH] Ignore IDE configuration files [skip ci] --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3d522b06..4aebe4c9 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,7 @@ stamp-h1 # files related to valgrind/callgrind callgrind.out.* + +# IDE workspace configurations +/.idea/ +/.vscode/