Adding .gitignore for eclipse files.

This commit is contained in:
nmittler 2015-01-21 14:30:14 -08:00
parent 11026b69cc
commit 52f4220395
3 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -9,5 +9,11 @@ build
.idea
*.iml
# Eclipse
.classpath
.project
.settings
.gitignore
# OS X
.DS_Store

View File

@ -1,6 +1,7 @@
subprojects {
apply plugin: "java"
apply plugin: "maven"
apply plugin: "idea"
group = "com.google.net.stubby"
version = "0.1.0-SNAPSHOT"

View File

@ -1,5 +1,4 @@
apply plugin: 'protobuf'
apply plugin: 'idea'
description = "Stubby: Integration Testing"