[Lldb-commits] [lldb] e8eb20b - [lldb-dap][NFC] Ignore extension built test artefacts. (#174724)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 7 04:53:29 PST 2026


Author: Ebuka Ezike
Date: 2026-01-07T12:53:25Z
New Revision: e8eb20b0011d7c0628db587da37d1495368f0377

URL: https://github.com/llvm/llvm-project/commit/e8eb20b0011d7c0628db587da37d1495368f0377
DIFF: https://github.com/llvm/llvm-project/commit/e8eb20b0011d7c0628db587da37d1495368f0377.diff

LOG: [lldb-dap][NFC] Ignore extension built test artefacts. (#174724)

Testing LLDB-DAP vscode extension creates files in the .vscode-test
folder ignore them.

Added: 
    

Modified: 
    lldb/tools/lldb-dap/extension/.gitignore

Removed: 
    


################################################################################
diff  --git a/lldb/tools/lldb-dap/extension/.gitignore b/lldb/tools/lldb-dap/extension/.gitignore
index f4e1656d5a5d5..4c32abbcd26ea 100644
--- a/lldb/tools/lldb-dap/extension/.gitignore
+++ b/lldb/tools/lldb-dap/extension/.gitignore
@@ -1,5 +1,6 @@
 out
 bin
 node_modules
+.vscode-test
 *.vsix
 !.vscode


        


More information about the lldb-commits mailing list