X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=.gitignore;h=4e9e1376143761fd4385f146f5362bfd3a00dbd3;hb=59e6586ee00ec145be50f9eb2f71ed308fb5e60a;hp=5dae4342984fcfce477cc1cff400594e8c1672ee;hpb=8868fc7e7af014b50f73f0a9952cebba558b9f7e;p=oota-llvm.git diff --git a/.gitignore b/.gitignore index 5dae4342984..4e9e1376143 100644 --- a/.gitignore +++ b/.gitignore @@ -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