You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2014/04/25 21:21:11 UTC

git commit: Exclude reports directory from idea project.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 7369cdce8 -> fc36077da


Exclude reports directory from idea project.

Reviewed at https://reviews.apache.org/r/20650/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/fc36077d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/fc36077d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/fc36077d

Branch: refs/heads/master
Commit: fc36077da63068f93eda30abeeceeb4f1026751c
Parents: 7369cdc
Author: Bill Farner <wf...@apache.org>
Authored: Fri Apr 25 12:21:00 2014 -0700
Committer: Bill Farner <wf...@apache.org>
Committed: Fri Apr 25 12:21:00 2014 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/fc36077d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 459cd85..cb04661 100644
--- a/build.gradle
+++ b/build.gradle
@@ -335,7 +335,7 @@ idea {
     //
     // [1] http://www.gradle.org/docs/current/dsl/org.gradle.plugins.ide.idea.model.IdeaModule.html
     // [2] http://issues.gradle.org/browse/GRADLE-1174
-    excludeDirs = []
+    excludeDirs = [file("$buildDir/reports"), file("$buildDir/test-results")]
     sourceDirs += codegenDirs
   }
 }