From 3809cecef7015b016389a29f96d4eb53d717cb44 Mon Sep 17 00:00:00 2001 From: Nicolas Glayre Date: Fri, 18 Dec 2015 17:44:37 +0100 Subject: [PATCH] Modifying .gitignore file to add .idea folder To not commit jetbrains project folder Change-Id: I4ccb34558f29f60967d3c6602dff6abc31778807 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6f898c944..ff3d4d717 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .test .testrepository .tox +.idea AUTHORS build/* ChangeLog