From 24f6eca3ff085a72f719ba27bb03ce811a3d83c6 Mon Sep 17 00:00:00 2001 From: "Arthur Brainville (Ybalrid)" Date: Sun, 22 Jul 2018 15:05:21 +0200 Subject: [PATCH] Add .idea directory in gitignore for use with CLion --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3ec357f..2094115 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ #For some reason Visual Studio started creating theses files everywhere *.TMP +.idea/ + build/ Doxygen/