aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKun Zhang <zhangkun@google.com>2015-05-06 13:10:28 -0700
committerKun Zhang <zhangkun@google.com>2015-05-07 14:14:10 -0700
commit2f7497133d834e046b918f863c607ea210dc8b8d (patch)
tree9a6f606978dfbeeaa9d668926188f244b05fa487 /.gitignore
parentc5b94c7525b455772c81b9cdf11e615f66f41c35 (diff)
downloadgrpc-grpc-java-2f7497133d834e046b918f863c607ea210dc8b8d.tar.gz
Unify build properties.
- Switch all system properties to project properties. - Use the ``javaLocalNamingStyle`` instead of the ``dot.delimited.style`` for property names, so that it can be directly referenced by ``rootProject.propertyName``. - Recommend users to put GRPC-specific properties in project-level ``build.properties`` instead of the user-level.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2a18d552a..89e2e50d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Gradle
build
+gradle.properties
.gradle
# IntelliJ IDEA