https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/174643
The files in the lldb-dap local .gitignore are only relevant to the extension. Moving it into the extension dir also makes it easier to mirror to the lldb-vscode repo. >From dbac2b9f3fa307db58b2823f2639a551c48f6e43 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere <[email protected]> Date: Tue, 6 Jan 2026 14:07:24 -0600 Subject: [PATCH] [lldb-dap] Move .gitingore into extension subdir The files in the lldb-dap local .gitignore are only relevant to the extension. Moving it into the extension dir also makes it easier to mirror to the lldb-vscode repo. --- lldb/tools/lldb-dap/{ => extension}/.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lldb/tools/lldb-dap/{ => extension}/.gitignore (100%) diff --git a/lldb/tools/lldb-dap/.gitignore b/lldb/tools/lldb-dap/extension/.gitignore similarity index 100% rename from lldb/tools/lldb-dap/.gitignore rename to lldb/tools/lldb-dap/extension/.gitignore _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
