Ignore Gradle artifacts
[tbgof.git] / build.gradle
index 259a600..486c4b5 100644 (file)
@@ -8,4 +8,7 @@ dependencies {
     testCompile "junit:junit:4.12"
 }
 
+apply from: "ide.gradle"
+apply from: "coverage.gradle"
+
 /* vim: set ts=4 sw=4 et: */