[Lldb-commits] [lldb] r357787 - Add .noindex to the gitignore

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 5 10:57:42 PDT 2019


Author: jdevlieghere
Date: Fri Apr  5 10:57:42 2019
New Revision: 357787

URL: http://llvm.org/viewvc/llvm-project?rev=357787&view=rev
Log:
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.

Modified:
    lldb/trunk/.gitignore

Modified: lldb/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/.gitignore?rev=357787&r1=357786&r2=357787&view=diff
==============================================================================
--- lldb/trunk/.gitignore (original)
+++ lldb/trunk/.gitignore Fri Apr  5 10:57:42 2019
@@ -26,6 +26,7 @@
 # OS X specific files.
 .DS_store
 DerivedData/
+*.noindex
 
 # Remote build configuration files.
 .remote-build.conf




More information about the lldb-commits mailing list