[Lldb-commits] [lldb] r277346 - [lldb] Ignore various test artifacts (NFCI)

Vedant Kumar via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 1 08:15:47 PDT 2016


Author: vedantk
Date: Mon Aug  1 10:15:46 2016
New Revision: 277346

URL: http://llvm.org/viewvc/llvm-project?rev=277346&view=rev
Log:
[lldb] Ignore various test artifacts (NFCI)

Differential Revision: https://reviews.llvm.org/D22988

Modified:
    lldb/trunk/.gitignore

Modified: lldb/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.gitignore?rev=277346&r1=277345&r2=277346&view=diff
==============================================================================
--- lldb/trunk/.gitignore (original)
+++ lldb/trunk/.gitignore Mon Aug  1 10:15:46 2016
@@ -35,6 +35,8 @@ ninja/
 *xcuserdata
 test/20*
 __pycache__/
+*.lock
+*.so
 
 clang-module-cache
 




More information about the lldb-commits mailing list