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

xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new d883c60  add cmake-build-debug dir to gitignore (#275)
d883c60 is described below

commit d883c609276017785f0fd041e18067cdb2814f00
Author: ZhangJian He <[email protected]>
AuthorDate: Tue May 30 22:32:40 2023 +0800

    add cmake-build-debug dir to gitignore (#275)
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index ee4f28f..a569bda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -83,6 +83,8 @@ Makefile
 cmake_install.cmake
 CMakeFiles
 CMakeCache.txt
+# cmake files generated by CLion
+/cmake-build-*
 
 pulsar-dist
 install_manifest.txt

Reply via email to