You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by pr...@apache.org on 2018/11/30 20:57:41 UTC

[geode] branch develop updated: GEODE-6110: Add .java-version to .gitignore and rat ignore list. (#2921)

This is an automated email from the ASF dual-hosted git repository.

prhomberg pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0c8b101  GEODE-6110: Add .java-version to .gitignore and rat ignore list. (#2921)
0c8b101 is described below

commit 0c8b10129d3e1d0b50050f919df9aa3b8c8d4bff
Author: Patrick Rhomberg <pr...@pivotal.io>
AuthorDate: Fri Nov 30 12:57:32 2018 -0800

    GEODE-6110: Add .java-version to .gitignore and rat ignore list. (#2921)
---
 .gitignore        | 1 +
 gradle/rat.gradle | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index f2987c1..47d635b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ build/
 .project
 .settings/
 .idea/
+.java-version
 build-eclipse/
 /tags
 out/
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 1048d96..05f9236 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -102,6 +102,7 @@ rat {
 
     // local configuration files that are ignored by git
     'ci/pipelines/meta/meta.properties.local',
+    '.java-version', // file created by `jenv local`
 
     // modules
     'extensions/**/log4j.properties',
@@ -114,7 +115,6 @@ rat {
     'extensions/geode-modules/src/test/resources/org/apache/geode/modules/Person.hbm.xml',
 
     // cargo log files
-//    'geode-assembly/cargo_logs/*',
     'geode-assembly/cargo_logs/**',
 
     // these are test files that don't expect the first element to be a comment