summaryrefslogtreecommitdiff
path: root/lldb/.gitignore
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-04-05 17:57:42 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-04-05 17:57:42 +0000
commitab5471cfe22db25d09d1761030c0f2a18dc33183 (patch)
treeb93bfc45c1af65e31a0022e724b1e61ab03d2cda /lldb/.gitignore
parentff75262f701da396a0d34d4f6b67cf8e4c9dc7c2 (diff)
downloadllvm-ab5471cfe22db25d09d1761030c0f2a18dc33183.tar.gz
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
Diffstat (limited to 'lldb/.gitignore')
-rw-r--r--lldb/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/.gitignore b/lldb/.gitignore
index 35da4f658fcc..33ad1465f8db 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