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


        
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to