You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/06/18 21:34:31 UTC

[arrow] branch master updated: ARROW-5641: [GLib] Remove enums files generated by GNU Autotools from Git targets

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f74f93  ARROW-5641: [GLib] Remove enums files generated by GNU Autotools from Git targets
6f74f93 is described below

commit 6f74f93497c9df982bb6c25bb73225039e0a8cc1
Author: Yosuke Shiro <yo...@gmail.com>
AuthorDate: Wed Jun 19 06:34:19 2019 +0900

    ARROW-5641: [GLib] Remove enums files generated by GNU Autotools from Git targets
    
    This PR removes the following enums files from Git targets.
    
    - gandiva-glib/enums.c
    - gandiva-glib/enums.h
    - gandiva-glib/stamp-enums.c
    - gandiva-glib/stamp-enums.h
    
    Author: Yosuke Shiro <yo...@gmail.com>
    
    Closes #4604 from shiro615/glib-remove-enums-files-git-targets and squashes the following commits:
    
    26f190797 <Yosuke Shiro>  Remove enums files generated by GNU Autotools from Git targets
---
 c_glib/.gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/c_glib/.gitignore b/c_glib/.gitignore
index 18f952e..1e0c2de 100644
--- a/c_glib/.gitignore
+++ b/c_glib/.gitignore
@@ -52,9 +52,9 @@ Makefile.in
 /m4/
 /stamp-h1
 /arrow-cuda-glib/*.pc
-/arrow-glib/enums.c
-/arrow-glib/enums.h
-/arrow-glib/stamp-*
+/*-glib/enums.c
+/*-glib/enums.h
+/*-glib/stamp-*
 /arrow-glib/version.h
 /arrow-glib/*.pc
 /gandiva-glib/*.pc