Skip to content

Commit

Permalink
Merge pull request eclipse-vertx#140 from keesun/master
Browse files Browse the repository at this point in the history
added ignoring files related with IntelliJ iDEA to .gitignore
  • Loading branch information
purplefox committed May 14, 2012
2 parents b6a811a + deb978b commit 3b81a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -6,6 +6,8 @@ bin
target
out
*.iml
*.ipr
*.iws
test-output
Scratch.java
ScratchTest.java
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
@@ -1,5 +1,7 @@
apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'eclipse'

version = '1.0.beta1'

Expand Down

0 comments on commit 3b81a8f

Please sign in to comment.