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

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


The following commit(s) were added to refs/heads/main by this push:
     new c41137c1 chore(r): Update gitignore to reflect changes to vendored 
files (#1213)
c41137c1 is described below

commit c41137c15c526530c8762befdf373042000123af
Author: Dewey Dunnington <[email protected]>
AuthorDate: Thu Oct 19 14:44:06 2023 -0300

    chore(r): Update gitignore to reflect changes to vendored files (#1213)
    
    Eventually I would like to find a way for changes in vendored files to
    better synchronize them; however, they don't change very often so I
    think this is OK in the meantime.
---
 r/adbcpostgresql/src/.gitignore        | 2 ++
 r/adbcpostgresql/src/common/.gitignore | 1 +
 r/adbcsqlite/src/common/.gitignore     | 1 +
 3 files changed, 4 insertions(+)

diff --git a/r/adbcpostgresql/src/.gitignore b/r/adbcpostgresql/src/.gitignore
index cd8318e2..44d84da6 100644
--- a/r/adbcpostgresql/src/.gitignore
+++ b/r/adbcpostgresql/src/.gitignore
@@ -31,4 +31,6 @@ statement.cc
 postgres_type.h
 postgres_copy_reader.h
 postgres_util.h
+result_helper.h
+result_helper.cc
 Makevars
diff --git a/r/adbcpostgresql/src/common/.gitignore 
b/r/adbcpostgresql/src/common/.gitignore
index 4c355d6b..10c39787 100644
--- a/r/adbcpostgresql/src/common/.gitignore
+++ b/r/adbcpostgresql/src/common/.gitignore
@@ -17,3 +17,4 @@
 
 utils.c
 utils.h
+options.h
diff --git a/r/adbcsqlite/src/common/.gitignore 
b/r/adbcsqlite/src/common/.gitignore
index 4c355d6b..10c39787 100644
--- a/r/adbcsqlite/src/common/.gitignore
+++ b/r/adbcsqlite/src/common/.gitignore
@@ -17,3 +17,4 @@
 
 utils.c
 utils.h
+options.h

Reply via email to