Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
[oota-llvm.git] / .gitignore
index b3d030e51782919d5910c2ab3dedec25974f35fa..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).
@@ -40,3 +41,7 @@ projects/*
 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