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

alexey 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 bfc6d485e Add CLion build directories to .gitignore
bfc6d485e is described below

commit bfc6d485ea2c1aaa8c864e90de56fd9257a64108
Author: Yingchun Lai <laiyingc...@apache.org>
AuthorDate: Tue Jan 9 23:10:13 2024 +0800

    Add CLion build directories to .gitignore
    
    Change-Id: If1770e53e8a0d08a4f2761ef8ef3a328b13a920d
    Reviewed-on: http://gerrit.cloudera.org:8080/20873
    Tested-by: Kudu Jenkins
    Reviewed-by: Alexey Serbin <ale...@apache.org>
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9dcc4f71a..1051f6b2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,7 @@ www/tracing.*
 python/kudu/*.so
 python/kudu/*.cpp
 *.py[ocd]
+
+# CLion default build directories
+cmake-build-*
+

Reply via email to