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:
parent
ff75262f70
commit
ab5471cfe2
1
lldb/.gitignore
vendored
1
lldb/.gitignore
vendored
@ -26,6 +26,7 @@
|
||||
# OS X specific files.
|
||||
.DS_store
|
||||
DerivedData/
|
||||
*.noindex
|
||||
|
||||
# Remote build configuration files.
|
||||
.remote-build.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user