This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new 4962852 Remove .DS_Store and add it into gitignore (#23)
4962852 is described below
commit 49628528e03d5f43bf30fd7c26b5219d3d0bb5d8
Author: Xianyang Liu <[email protected]>
AuthorDate: Fri Jan 10 18:30:59 2025 +0800
Remove .DS_Store and add it into gitignore (#23)
* Remove .DS_Store and add it into gitignore
* add cmake-build-release to gitignore
---
.gitignore | 7 +++++++
src/.DS_Store | Bin 6148 -> 0 bytes
2 files changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index 43172c0..2b7154b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,10 @@
# under the License.
build/
+cmake-build-debug/
+cmake-build-release/
+.DS_Store
+
+
+# intellij files
+.idea
diff --git a/src/.DS_Store b/src/.DS_Store
deleted file mode 100644
index b27e8d8..0000000
Binary files a/src/.DS_Store and /dev/null differ