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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits