From 1b79ae1adefa11b2afceb622804cfb426c77ae54 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 9 Jan 2017 11:53:14 +0300 Subject: [PATCH] .gitignore: .bc.o added (cherry picked from commit 02ebe718f1da06a2286ddab56da09a146a491000) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eba42de75ef..f29f98b5108 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ kotstd/kotstd.iml # test suit products. *.bc +*.bc.o *.kt.S *.kt.exe *.log