[Lldb-commits] [lldb] r346692 - [lldb] Fix the typo (replace underscore with dash) in svn:ignore on test/ and add "lldb-test-build.noindex" to ignored files

Kuba Mracek via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 12 11:05:16 PST 2018


Author: kuba.brecka
Date: Mon Nov 12 11:05:16 2018
New Revision: 346692

URL: http://llvm.org/viewvc/llvm-project?rev=346692&view=rev
Log:
[lldb] Fix the typo (replace underscore with dash) in svn:ignore on test/ and add "lldb-test-build.noindex" to ignored files

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


Modified:
    lldb/trunk/test/   (props changed)

Propchange: lldb/trunk/test/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Nov 12 11:05:16 2018
@@ -1 +1,2 @@
-20[1-9][0-9]-[01][0-9]-[0-3][0-9]_[0-2][0-9]_[0-5][0-9]_[0-6][0-9]
+20[1-9][0-9]-[01][0-9]-[0-3][0-9]-[0-2][0-9]_[0-5][0-9]_[0-6][0-9]
+lldb-test-build.noindex




More information about the lldb-commits mailing list