From 52f42203956da50c3ea49a5f214b20915efc0845 Mon Sep 17 00:00:00 2001 From: nmittler Date: Wed, 21 Jan 2015 14:30:14 -0800 Subject: [PATCH] Adding .gitignore for eclipse files. --- .gitignore | 6 ++++++ build.gradle | 1 + integration-testing/build.gradle | 1 - 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ae3d1d7f5..dea4a95f3e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,11 @@ build .idea *.iml +# Eclipse +.classpath +.project +.settings +.gitignore + # OS X .DS_Store diff --git a/build.gradle b/build.gradle index 12835d55b1..bc0b7d1755 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,7 @@ subprojects { apply plugin: "java" apply plugin: "maven" + apply plugin: "idea" group = "com.google.net.stubby" version = "0.1.0-SNAPSHOT" diff --git a/integration-testing/build.gradle b/integration-testing/build.gradle index cb55bb68dc..689d5f5003 100644 --- a/integration-testing/build.gradle +++ b/integration-testing/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'protobuf' -apply plugin: 'idea' description = "Stubby: Integration Testing"