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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 063bc2ab51 GH-47143: [Dev] Ignore `apache-arrow.tar.gz` (#47145)
063bc2ab51 is described below

commit 063bc2ab51d9424e2a1057fc4da4e742faa3587b
Author: Patrick J. Roddy <[email protected]>
AuthorDate: Fri Aug 15 07:41:27 2025 +0100

    GH-47143: [Dev] Ignore `apache-arrow.tar.gz` (#47145)
    
    ### Rationale for this change
    The `Rat` check was changed in https://github.com/apache/arrow/pull/46541, 
but didn't update the corresponding `.gitignore`.
    
    ### What changes are included in this PR?
    Explicitly ignore `apache-arrow.tar.gz` so that someone who need to fix 
licence headers doesn't accidentally commit the tar file.
    
    ### Are these changes tested?
    Locally yes.
    
    ### Are there any user-facing changes?
    No.
    
    * GitHub Issue: #47143
    
    Authored-by: Patrick J. Roddy <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .gitignore | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 52ffa6c612..8354aa8f81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,8 +16,7 @@
 # under the License.
 
 apache-rat-*.jar
-arrow-src.tar
-arrow-src.tar.gz
+apache-arrow.tar.gz
 
 # Compiled source
 *.a

Reply via email to