This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch write_stats
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git
The following commit(s) were added to refs/heads/write_stats by this push:
new 1352af5 Add cpp/build/ to .gitignore
1352af5 is described below
commit 1352af500f41218661c66166fe6a9490c9f86542
Author: JingsongLi <[email protected]>
AuthorDate: Wed May 20 16:00:14 2026 +0800
Add cpp/build/ to .gitignore
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8e5d515..f0b6b17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,9 @@ java/target/
java/src/main/resources/native/
*.class
+# C++
+cpp/build/
+
# Python
__pycache__/
*.pyc