Updated Branches: refs/heads/1.6.x 3a763167b -> 0253e9eb8
JCLOUDS-57. exclude gc.log so that cloudbees builds don't break Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/0253e9eb Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/0253e9eb Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/0253e9eb Branch: refs/heads/1.6.x Commit: 0253e9eb8623163d49301c76b5fda820c44d7888 Parents: 3a76316 Author: adriancole <[email protected]> Authored: Fri May 17 09:47:24 2013 -0700 Committer: adriancole <[email protected]> Committed: Fri May 17 09:47:55 2013 -0700 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/0253e9eb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 91f7c60..ea927c4 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,10 @@ <exclude>.git/**</exclude> <exclude>**/.gitignore</exclude> <exclude>**/.gitattributes</exclude> + + <!-- Temporary files generated on CloudBees slaves --> <exclude>.repository/**</exclude> + <exclude>gc.log</exclude> </excludes> </configuration> </plugin>
