summaryrefslogtreecommitdiff
path: root/lldb/.gitignore
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-08-19 02:52:07 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-08-19 02:52:07 +0000
commitaef7de8492f482254b6bf8d61430ccfd5cda1199 (patch)
treeb29c4ab0bac0642c2c766488e173646c7fabcc66 /lldb/.gitignore
parente8529c28f1c109e0c5f7be3ff96b17248c69b9bb (diff)
downloadllvm-aef7de8492f482254b6bf8d61430ccfd5cda1199.tar.gz
Add StructuredData plugin type; showcase with new DarwinLog feature
See docs/structured_data/StructuredDataPlugins.md for details. differential review: https://reviews.llvm.org/D22976 reviewers: clayborg, jingham llvm-svn: 279198
Diffstat (limited to 'lldb/.gitignore')
-rw-r--r--lldb/.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/lldb/.gitignore b/lldb/.gitignore
index 1c5ac8d55db3..ee669a24159b 100644
--- a/lldb/.gitignore
+++ b/lldb/.gitignore
@@ -40,7 +40,18 @@ __pycache__/
clang-module-cache
+# Skip ctags-style tags files
+tags
+
# We should ignore Xcode-style embedding of llvm/ at lldb root dir.
# Do not add trailing '/'s, they skip symlinks.
/llvm
/DerivedData
+
+# Ignore test trace directories.
+20??-??-??-??_??_??/
+
+# Ignore crashlog support files.
+crashinfo.lock
+crashinfo.so
+