[llvm] Add .cursor to .gitignore (PR #173763)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 11 07:15:16 PST 2026
https://github.com/Oriel10 updated https://github.com/llvm/llvm-project/pull/173763
>From d324d69ee9991137ee8b552709725ada9bd894de Mon Sep 17 00:00:00 2001
From: Oriel10 <72995361+Oriel10 at users.noreply.github.com>
Date: Sun, 28 Dec 2025 10:48:57 +0200
Subject: [PATCH] Add .cursor to .gitignore
Ignore Cursor IDE configuration files to prevent them from being
tracked in the repository, consistent with other editor configs.
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index f62d3dde8caed..d1c7f38cb4106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,6 +68,8 @@ AGENTS.md
.vs
#zed config files
.zed
+# Cursor IDE config files
+.cursor
# pythonenv for github Codespaces
pythonenv*
# clangd index. (".clangd" is a config file now, thus trailing slash)
More information about the llvm-commits
mailing list