Repository: jclouds-labs Updated Branches: refs/heads/master b7336fc25 -> 3eaa646dc
Ignore jEnv files Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/927ad1d5 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/927ad1d5 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/927ad1d5 Branch: refs/heads/master Commit: 927ad1d590c1e62fc4cda9db24fe6d32300a7142 Parents: b7336fc Author: Ignasi Barrera <[email protected]> Authored: Fri Sep 5 17:19:00 2014 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Tue Sep 23 14:27:20 2014 +0200 ---------------------------------------------------------------------- .gitignore | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/927ad1d5/.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-labs/blob/927ad1d5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0110f76..c88ed47 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,7 @@ <exclude>**/.gitignore</exclude> <exclude>**/.gitattributes</exclude> <exclude>.repository/**</exclude> + <exclude>.java-version</exclude> <!-- Temporary files generated on CloudBees slaves --> <exclude>.repository/**</exclude>
