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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7ce157ef2 [gitignore] ignore .qt, .qtc_clangd, .vscode dirs
7ce157ef2 is described below

commit 7ce157ef2e9823ec8dc5dec03651660408f46f2e
Author: Alexey Serbin <[email protected]>
AuthorDate: Fri Jun 14 21:52:26 2024 -0700

    [gitignore] ignore .qt, .qtc_clangd, .vscode dirs
    
    Change-Id: Ie26322cfa69fbdf2241fcd7e9094ec49cb487b1c
    Reviewed-on: http://gerrit.cloudera.org:8080/21522
    Tested-by: Kudu Jenkins
    Reviewed-by: Marton Greber <[email protected]>
    Reviewed-by: Yifan Zhang <[email protected]>
---
 .gitignore | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1051f6b2b..9f29b1d36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,12 +41,15 @@ README.html
 *~
 
 # IDE cruft
-.settings/
-.idea/
-nbproject/
-.project
 .cproject
 .csettings/
+.idea/
+.project
+.qt/
+.qtc_clangd/
+.settings/
+.vscode/
+nbproject/
 
 # WWW dependencies which are not checked in directly
 www/tracing.*

Reply via email to