[Lldb-commits] [lldb] r275944 - Ignore clang-module-cache directories that may be created
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 18 19:37:08 PDT 2016
Author: jmolenda
Date: Mon Jul 18 21:37:07 2016
New Revision: 275944
URL: http://llvm.org/viewvc/llvm-project?rev=275944&view=rev
Log:
Ignore clang-module-cache directories that may be created
in the testsuite directory while it runs.
Modified:
lldb/trunk/.gitignore
Modified: lldb/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.gitignore?rev=275944&r1=275943&r2=275944&view=diff
==============================================================================
--- lldb/trunk/.gitignore (original)
+++ lldb/trunk/.gitignore Mon Jul 18 21:37:07 2016
@@ -36,6 +36,8 @@ ninja/
test/20*
__pycache__/
+clang-module-cache
+
# We should ignore Xcode-style embedding of llvm/ at lldb root dir.
# Do not add trailing '/'s, they skip symlinks.
/llvm
More information about the lldb-commits
mailing list