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
This commit is contained in:
Jonas Devlieghere 2019-04-05 17:57:42 +00:00
parent ff75262f70
commit ab5471cfe2

1
lldb/.gitignore vendored
View File

@ -26,6 +26,7 @@
# OS X specific files.
.DS_store
DerivedData/
*.noindex
# Remote build configuration files.
.remote-build.conf