From 1c883682eec96a0a68bb4b4db013d185b4a0850b Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Wed, 23 Sep 2020 21:05:33 +0200 Subject: git: ignore CLion configuration files modify .gitignore file to ignore the '.idea' directory created by CLion. Change-Id: I63ca2fc8e3710ebcb08e99c7ad89d3bd57721dbd Reviewed-by: Kai Koehne Reviewed-by: Karsten Heimrich --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d9902effad..0a22f8c70c 100644 --- a/.gitignore +++ b/.gitignore @@ -276,6 +276,9 @@ tags # Visual Studio Code generated files .vscode +# CLion generated files +.idea + # INTEGRITY generated files *.ael *.dla -- cgit v1.2.3