From ef33e26f6e8d264aec9b884a535f543005244aea Mon Sep 17 00:00:00 2001 From: Andrey <45011689+heckad@users.noreply.github.com> Date: Sat, 23 Mar 2019 09:47:29 +1200 Subject: [PATCH] Add Clion folder to gitignore (#928) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 64844c6269a..0fb30cc3184 100644 --- a/.gitignore +++ b/.gitignore @@ -519,3 +519,7 @@ compile_commands.json # Visual Studio Code workspace .vscode/ + +# Clion && other JetBrains ides +.idea +