From 323911ffc9a60848c87ba6def7f2142fc6d34d5d Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Wed, 22 Feb 2017 23:03:19 +0300 Subject: [PATCH] Add kotlinc.xml to ignore list, since new Kotlin plugin generates this file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3ca9aa9e4..f6fc90cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ target .idea/workspace.xml .idea/dictionaries/ .idea/compiler.xml +.idea/kotlinc.xml .idea/encodings.xml .idea/misc.xml .idea/modules.xml