This is an automated email from the ASF dual-hosted git repository.
mgreber 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 53263659e gitignore: Add .cursor/ directory
53263659e is described below
commit 53263659ea3f05ca19c0f43f03691a75ed55e82a
Author: Gabriella Lotz <[email protected]>
AuthorDate: Wed Oct 8 12:21:04 2025 +0200
gitignore: Add .cursor/ directory
Ignore Cursor IDE configuration and temporary files to prevent
IDE-specific settings from being committed to the repository.
Change-Id: Id1ef200b0d624b3a46af80885ac92a4edffa8b3e
Reviewed-on: http://gerrit.cloudera.org:8080/23511
Tested-by: Kudu Jenkins
Reviewed-by: Marton Greber <[email protected]>
Reviewed-by: Zoltan Martonka <[email protected]>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9f29b1d36..ff07a1aad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,5 @@ python/kudu/*.cpp
# CLion default build directories
cmake-build-*
+# Cursor
+.cursor/