From ed749f9b4a76fdc85c319b281a4eab9f0aef8301 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Fri, 19 Feb 2021 07:21:05 +0100 Subject: [PATCH] [.gitignore] add kotlin-native output folders --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 857140034b9..5e87330fe47 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ local.properties buildSrcTmp/ distTmp/ outTmp/ +/test.output +/kotlin-native/dist \ No newline at end of file