diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-05 17:57:42 +0000 | 
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-04-05 17:57:42 +0000 | 
| commit | ab5471cfe22db25d09d1761030c0f2a18dc33183 (patch) | |
| tree | b93bfc45c1af65e31a0022e724b1e61ab03d2cda | |
| parent | ff75262f701da396a0d34d4f6b67cf8e4c9dc7c2 (diff) | |
| download | bcm5719-llvm-ab5471cfe22db25d09d1761030c0f2a18dc33183.tar.gz bcm5719-llvm-ab5471cfe22db25d09d1761030c0f2a18dc33183.zip | |
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
| -rw-r--r-- | lldb/.gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lldb/.gitignore b/lldb/.gitignore index 35da4f658fc..33ad1465f8d 100644 --- a/lldb/.gitignore +++ b/lldb/.gitignore @@ -26,6 +26,7 @@  # OS X specific files.  .DS_store  DerivedData/ +*.noindex  # Remote build configuration files.  .remote-build.conf | 

