Fix a typo.
[oota-llvm.git] / .gitignore
index 5dae4342984fcfce477cc1cff400594e8c1672ee..4e9e1376143761fd4385f146f5362bfd3a00dbd3 100644 (file)
@@ -27,6 +27,7 @@ cscope.files
 cscope.out
 autoconf/aclocal.m4
 autoconf/autom4te.cache
+compile_commands.json
 
 #==============================================================================#
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
@@ -38,3 +39,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