From ceae6c5a3ee0be61953f3544a0ee25afd3d834d0 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Mon, 7 Dec 2020 18:56:48 +0700 Subject: [PATCH] [runtime] Add runtime/.idea generated by CLion to gitignore --- kotlin-native/.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kotlin-native/.gitignore b/kotlin-native/.gitignore index 94a9f214684..38732eb4eed 100644 --- a/kotlin-native/.gitignore +++ b/kotlin-native/.gitignore @@ -74,4 +74,7 @@ compile_commands.json runtime/googletest/ # Toolchain builder artifacts -tools/toolchain_builder/artifacts \ No newline at end of file +tools/toolchain_builder/artifacts + +# ignore the project model created by CLion (for now). +runtime/.idea