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 2023/04/08 00:55:24 UTC

[arrow-adbc] branch main updated: chore(c): Ignore .clangd file (#575)

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-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 5bc3482  chore(c): Ignore .clangd file (#575)
5bc3482 is described below

commit 5bc34829c8bf35f95785de06672cda022fa4a6a2
Author: William Ayd <wi...@icloud.com>
AuthorDate: Fri Apr 7 17:55:18 2023 -0700

    chore(c): Ignore .clangd file (#575)
    
    Going back to this conversation
    https://github.com/apache/arrow-adbc/pull/314#issuecomment-1373110668 I
    think useful to ignore this
---
 .gitignore | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8d3d776..b1ede18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,6 +40,7 @@ dependency-reduced-pom.xml
 MANIFEST
 compile_commands.json
 build.ninja
+.clangd
 
 # Generated Visual Studio files
 *.vcxproj
@@ -52,10 +53,6 @@ perf.data
 perf.data.old
 
 cpp/.idea/
-.clangd/
-cpp/.clangd/
-.cache/clangd/
-cpp/.cache/clangd/
 c/apidoc/html/
 c/apidoc/latex/
 c/apidoc/xml/