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 2018/11/08 15:06:09 UTC

[arrow] branch master updated: ARROW-3724: [GLib] Update .gitignore

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 db4bd01  ARROW-3724: [GLib] Update .gitignore
db4bd01 is described below

commit db4bd01fc9ed8bfc3a4b67c20e8959ccd85d182a
Author: Yosuke Shiro <ys...@gmail.com>
AuthorDate: Fri Nov 9 00:05:54 2018 +0900

    ARROW-3724: [GLib] Update .gitignore
    
    Author: Yosuke Shiro <ys...@gmail.com>
    
    Closes #2922 from shiro615/glib-update-gitignore and squashes the following commits:
    
    96046020 <Yosuke Shiro> Ignore *.pc
    79ef5d36 <Yosuke Shiro> Delete unnecessary files
    bcb837ae <Yosuke Shiro> Ignore /doc/*-glib/*
---
 c_glib/.gitignore | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/c_glib/.gitignore b/c_glib/.gitignore
index 8f3abcb..cc7a193 100644
--- a/c_glib/.gitignore
+++ b/c_glib/.gitignore
@@ -35,19 +35,19 @@ Makefile.in
 /config.status
 /config/
 /configure
-/doc/reference/*.txt
-/doc/reference/*.txt.bak
-/doc/reference/*.args
-/doc/reference/*.hierarchy
-/doc/reference/*.interfaces
-/doc/reference/*.prerequisites
-/doc/reference/*.signals
-/doc/reference/*.types
-/doc/reference/entities.xml
-/doc/reference/*.stamp
-/doc/reference/html/
-/doc/reference/xml/
-/doc/reference/tmpl/
+/doc/*-glib/*.txt
+/doc/*-glib/*.txt.bak
+/doc/*-glib/*.args
+/doc/*-glib/*.hierarchy
+/doc/*-glib/*.interfaces
+/doc/*-glib/*.prerequisites
+/doc/*-glib/*.signals
+/doc/*-glib/*.types
+/doc/*-glib/entities.xml
+/doc/*-glib/*.stamp
+/doc/*-glib/html/
+/doc/*-glib/xml/
+/doc/*-glib/tmpl/
 /libtool
 /m4/
 /stamp-h1
@@ -57,10 +57,9 @@ Makefile.in
 /arrow-glib/version.h
 /arrow-glib/*.pc
 /arrow-gpu-glib/*.pc
-/gandiva-glib/gandiva-enums.c
-/gandiva-glib/gandiva-enums.h
-/gandiva-glib/stamp-*
 /gandiva-glib/*.pc
+/parquet-glib/*.pc
+/plasma-glib/*.pc
 /example/build
 /example/read-batch
 /example/read-stream