Skip to content

Commit 52f4220

Browse files
author
nmittler
committed
Adding .gitignore for eclipse files.
1 parent 11026b6 commit 52f4220

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@ build
99
.idea
1010
*.iml
1111

12+
# Eclipse
13+
.classpath
14+
.project
15+
.settings
16+
.gitignore
17+
1218
# OS X
1319
.DS_Store

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
subprojects {
22
apply plugin: "java"
33
apply plugin: "maven"
4+
apply plugin: "idea"
45

56
group = "com.google.net.stubby"
67
version = "0.1.0-SNAPSHOT"

integration-testing/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'protobuf'
2-
apply plugin: 'idea'
32

43
description = "Stubby: Integration Testing"
54

0 commit comments

Comments
 (0)