[PATCH] D22988: [lldb] Ignore various test artifacts (NFCI)

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 18:41:19 PDT 2016


vsk updated this revision to Diff 66209.
vsk added a comment.

- Don't ignore Makefiles per Todd's suggestion.


https://reviews.llvm.org/D22988

Files:
  .gitignore

Index: .gitignore
===================================================================
--- .gitignore
+++ .gitignore
@@ -35,6 +35,8 @@
 *xcuserdata
 test/20*
 __pycache__/
+*.lock
+*.so
 
 clang-module-cache
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22988.66209.patch
Type: text/x-patch
Size: 209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160730/843901ee/attachment.bin>


More information about the llvm-commits mailing list