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 a32fecc79 chore: the local directory used for building libs should be 
gitignored (#2967)
a32fecc79 is described below

commit a32fecc79d3332c45fe97d329c156ef669085a50
Author: eitsupi <50911393+eits...@users.noreply.github.com>
AuthorDate: Sun Jun 15 20:14:55 2025 +0900

    chore: the local directory used for building libs should be gitignored 
(#2967)
    
    The `local` directory must be out of Git control because it may be used
    as an installation location during development.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8716f5d7b..c586a3771 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,6 +78,7 @@ docker_cache
 .*.swo
 CMakeUserPresets.json
 build/
+local/
 
 site/
 

Reply via email to