Skip to content

Commit

Permalink
update gitignore, yard config
Browse files Browse the repository at this point in the history
  • Loading branch information
pidster committed Jul 3, 2012
1 parent 2b4a9e9 commit 63c94a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,10 @@
.gradle
.idea .idea
.classpath .classpath
.project .project
.settings .settings
.yardoc
.yardopts
bin bin
build build
target target
Expand All @@ -12,11 +15,6 @@ out
test-output test-output
Scratch.java Scratch.java
ScratchTest.java ScratchTest.java
.yardoc
.gradle
src/examples/java/classes
src/examples/java/quux-out
test-results test-results
test-tmp test-tmp
*.class *.class
lib/main/cachedir
1 change: 0 additions & 1 deletion .yardopts

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath "org.vert-x:vertx-build-tools:0.1-SNAPSHOT" classpath "org.vert-x:build-tools:0.1-SNAPSHOT"
} }
} }


Expand Down

0 comments on commit 63c94a6

Please sign in to comment.