From 962b7905c61d446f265fe84bcad5cf67cbccc395 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Wed, 5 Apr 2017 08:16:36 +0300 Subject: [PATCH] .gitignore: makes teamcity-test.property commitable only if it really required --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8baa6ecf0d7..87d77f0cf0a 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ proto/compiler/google/src/google/protobuf/compiler/kotlin/protoc # translator auto generated artifacts kotstd/ll + +#test teamcity property: commitable only with -f +backend.native/tests/teamcity-test.property \ No newline at end of file