You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/08/12 23:10:32 UTC

[orc] branch branch-1.6 updated: MINOR: Add .java-version to .gitignore (#855)

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

dongjoon pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new c459ae9  MINOR: Add .java-version to .gitignore (#855)
c459ae9 is described below

commit c459ae9427dce7b2303f683150444473cfa44c1e
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Thu Aug 12 16:07:49 2021 -0700

    MINOR: Add .java-version to .gitignore (#855)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `.java-version` to `.gitignore`.
    
    ### Why are the changes needed?
    
    This is convenient when we use `jenv` to test various Java versions.
    
    ### How was this patch tested?
    
    Manual
    
    ```
    $ touch .java-version
    $ git status
    On branch jenv
    Your branch is up to date with 'dongjoon/jenv'.
    
    nothing to commit, working tree clean
    ```
    
    (cherry picked from commit 9cd256238e8ab6eadd794216a5ef2609838b5802)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d19be3a..632db79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ target
 *.iws
 .idea
 .DS_Store
+.java-version