Repository: incubator-geode Updated Branches: refs/heads/develop 507f2f3a9 -> 4e4dd7c72
Ignoring tags file from ctags in rat My build was hanging on the rat step. After some investigation, I found rat was stuck trying to process the tags file for some reason. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4e4dd7c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4e4dd7c7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/4e4dd7c7 Branch: refs/heads/develop Commit: 4e4dd7c729c8047cf59c5dbdcdd8f96e4d71354f Parents: 507f2f3 Author: Dan Smith <[email protected]> Authored: Fri Dec 11 17:49:43 2015 -0800 Committer: Dan Smith <[email protected]> Committed: Fri Dec 11 17:49:43 2015 -0800 ---------------------------------------------------------------------- gradle/rat.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4e4dd7c7/gradle/rat.gradle ---------------------------------------------------------------------- diff --git a/gradle/rat.gradle b/gradle/rat.gradle index c0f40ec..f2026e6 100644 --- a/gradle/rat.gradle +++ b/gradle/rat.gradle @@ -38,6 +38,7 @@ rat { '**/build-eclipse/**', '*.iml', '.idea/**', + '**/tags', // text files '**/*.fig',
