Repository: brooklyn-client Updated Branches: refs/heads/master a13f6e956 -> 8ecbfe786
Exclude cli/.glide/* (cache) from rat + git Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/d5de6aba Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/d5de6aba Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/d5de6aba Branch: refs/heads/master Commit: d5de6aba8a8d6c676c2f4f23105f92649cbfa354 Parents: a13f6e9 Author: Aled Sage <aled.s...@gmail.com> Authored: Mon Jan 23 18:51:28 2017 +0000 Committer: Aled Sage <aled.s...@gmail.com> Committed: Mon Jan 23 18:51:28 2017 +0000 ---------------------------------------------------------------------- cli/.gitignore | 1 + cli/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/d5de6aba/cli/.gitignore ---------------------------------------------------------------------- diff --git a/cli/.gitignore b/cli/.gitignore index 41559ee..40209ea 100644 --- a/cli/.gitignore +++ b/cli/.gitignore @@ -1,2 +1,3 @@ temp_test vendor/ +.glide/ http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/d5de6aba/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index b725567..8e32329 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -101,6 +101,7 @@ <excludes combine.children="append"> <exclude>vendor/**</exclude> <exclude>glide.*</exclude> + <exclude>.glide/**</exclude> </excludes> </configuration> </plugin>