From f8f7c4953454257409f16e7666ec6a31b663112b Mon Sep 17 00:00:00 2001 From: "s.kolesnik" <7fosGbc9S> Date: Tue, 30 Mar 2021 11:29:31 +0500 Subject: [PATCH] added .idea from CLion to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7876dc6..8e08448 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ \#* .\#* /build/ +.idea +cmake-* \ No newline at end of file