From 7ac08ebc2c87aaa1b673be9681c83ab049267293 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Thu, 21 May 2020 23:10:13 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b45e4e1..9a49fa8 100644 --- a/.gitignore +++ b/.gitignore @@ -95,6 +95,7 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake _deps +build ### CMake Patch ### # External projects @@ -572,4 +573,7 @@ MigrationBackup/ CMakeSettings.json -perf.csv \ No newline at end of file +perf.csv + + +.idea \ No newline at end of file