Move this debug statement earlier so it is easy to see the order in
[oota-llvm.git] / .gitignore
index 5dae4342984fcfce477cc1cff400594e8c1672ee..ecf2e3e422b8ee260c8a49fb9c60e748b51543e1 100644 (file)
@@ -38,3 +38,9 @@ projects/*
 !projects/Makefile
 # Clang, which is tracked independently.
 tools/clang
+# LLDB, which is tracked independently.
+tools/lldb
+# lld, which is tracked independently.
+tools/lld
+# Sphinx build tree, if building in-source dir.
+docs/_build