From 0a300470a8f92141ee34302fd17f8c7fa09cccdf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Mon, 10 Sep 2018 10:19:48 -0400 Subject: [PATCH] Add IntelliJ files to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Iebbb1689f7f374e4ced1cd303ca409d2fd8ea112 Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8573116be..7b31b2f2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.idea +*.iml .checkstyle .classpath .project -- 2.16.6