llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Jonas Devlieghere (JDevlieghere) <details> <summary>Changes</summary> 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. --- Full diff: https://github.com/llvm/llvm-project/pull/174643.diff 1 Files Affected: - (renamed) lldb/tools/lldb-dap/extension/.gitignore () ``````````diff 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 `````````` </details> https://github.com/llvm/llvm-project/pull/174643 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
