From a527db3569afeda55b223f8eb828ac6676a4b6c4 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 14 Jan 2022 10:01:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20IDEA=20=D0=B8=20CMake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 053993f..39bb689 100644 --- a/.gitignore +++ b/.gitignore @@ -115,6 +115,7 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake _deps +.cmake ### CMake Patch ### # External projects @@ -189,6 +190,8 @@ target_wrapper.* !.vscode/extensions.json *.code-workspace +### IDEA ### +.idea ### Eclipse ### .metadata