Skip to content

Commit ab5471c

Browse files
committed
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
1 parent ff75262 commit ab5471c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# OS X specific files.
2727
.DS_store
2828
DerivedData/
29+
*.noindex
2930

3031
# Remote build configuration files.
3132
.remote-build.conf

0 commit comments

Comments
 (0)