From a01b7c23c4c22a236a57e037f8ecb0bc88ecbda8 Mon Sep 17 00:00:00 2001 From: Daniil Fukalov Date: Tue, 13 Jan 2026 02:27:05 +0100 Subject: [PATCH] [LLVM] Ignore two Cursor specific files. (#175683) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7c2a4b61d234..113e2a203e1a 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,8 @@ AGENTS.md .codex/ # Cursor specific files .cursor +.cursorignore +.cursorindexingignore #==============================================================================# # Directories to ignore (do not add trailing '/'s, they skip symlinks).