Repository: jclouds Updated Branches: refs/heads/master 480f0e883 -> b2cb89812
Ignore jEnv files Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/b2cb8981 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/b2cb8981 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/b2cb8981 Branch: refs/heads/master Commit: b2cb89812368b797375407482f06dc8f5ae270c4 Parents: 480f0e8 Author: Ignasi Barrera <[email protected]> Authored: Tue Aug 26 10:52:45 2014 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Tue Aug 26 23:54:44 2014 +0200 ---------------------------------------------------------------------- .gitignore | 1 + project/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/b2cb8981/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e47dc4d..3242d22 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ TAGS .metadata/ atlassian-ide-plugin.xml .DS_Store +.java-version http://git-wip-us.apache.org/repos/asf/jclouds/blob/b2cb8981/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 5df598a..2b575ec 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -411,6 +411,7 @@ <exclude>.git/**</exclude> <exclude>**/.gitignore</exclude> <exclude>**/.gitattributes</exclude> + <exclude>**/.java-version</exclude> <!-- Temporary files generated on CloudBees slaves --> <exclude>.repository/**</exclude>
