Author: Jonas Devlieghere Date: 2026-01-06T20:14:36Z New Revision: 38305944221fc18b5be3ddb4a7d169eacfb6ddc8
URL: https://github.com/llvm/llvm-project/commit/38305944221fc18b5be3ddb4a7d169eacfb6ddc8 DIFF: https://github.com/llvm/llvm-project/commit/38305944221fc18b5be3ddb4a7d169eacfb6ddc8.diff LOG: [lldb-dap] Move .gitingore into extension subdir (#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. Added: lldb/tools/lldb-dap/extension/.gitignore Modified: Removed: lldb/tools/lldb-dap/.gitignore ################################################################################ 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
