From ab5471cfe22db25d09d1761030c0f2a18dc33183 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 5 Apr 2019 17:57:42 +0000 Subject: [PATCH] Add .noindex to the gitignore The .noindex suffix is used on macOS to prevent Spotlight from indexing its contents. These folders contain test output from dotest.py and should be ignored when dotest is run from the LLDB source directory. llvm-svn: 357787 --- lldb/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/.gitignore b/lldb/.gitignore index 35da4f658fcc..33ad1465f8db 100644 --- a/lldb/.gitignore +++ b/lldb/.gitignore @@ -26,6 +26,7 @@ # OS X specific files. .DS_store DerivedData/ +*.noindex # Remote build configuration files. .remote-build.conf