aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2016-06-24 18:18:06 -0700
committerEric Anderson <ejona@google.com>2016-07-11 09:20:25 -0700
commitd7bf67e01f9aead16983de2a4500bb3f2b1dd00c (patch)
treea1b21fddae75d4eb98e961704e505a96791c6ba0 /.gitignore
parent3c03eb79ecb4ee75054d235368cd3d2ff73e5147 (diff)
downloadgrpc-grpc-java-d7bf67e01f9aead16983de2a4500bb3f2b1dd00c.tar.gz
examples: Provide Maven and Gradle build files
The examples are no longer part of the normal build, although they are built with Travis. The examples now include their own copy of the gradle wrapper to ease usage from IDEs which can now properly detect the correct version of gradle to use. The build files were generated using "gradle init" and "mvn archetype:generate" and then modified following our README. Fixes #1414
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1bebb5bc6..eb0afe5c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,9 @@ gradle.properties
.gradle
local.properties
+# Maven (examples)
+target
+
# IntelliJ IDEA
.idea
*.iml