From 68715551f88f3d2ba442e0a58258311722fc4174 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 19 Jul 2016 02:37:07 +0000 Subject: [PATCH] Ignore clang-module-cache directories that may be created in the testsuite directory while it runs. llvm-svn: 275944 --- lldb/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/.gitignore b/lldb/.gitignore index 5ad2173..6cf82fe 100644 --- a/lldb/.gitignore +++ b/lldb/.gitignore @@ -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 -- 2.7.4