From 998d1caae13c80e9ade16184d9b6caa07d3676fa Mon Sep 17 00:00:00 2001 From: kifir Date: Wed, 24 Apr 2024 18:17:37 +0300 Subject: [PATCH] add .idea folder to .gitignore --- unit_tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/unit_tests/.gitignore b/unit_tests/.gitignore index aee357234f..b4bb219679 100644 --- a/unit_tests/.gitignore +++ b/unit_tests/.gitignore @@ -3,3 +3,4 @@ build*/ gcov_working_area triggers unittest*.logicdata +/.idea/