These tests used intrinsics with the wrong prototype. They weren't caught because
[oota-llvm.git] / .gitignore
index d7dcc54d080c695ecca516d58303797d2259b6dc..ecf2e3e422b8ee260c8a49fb9c60e748b51543e1 100644 (file)
@@ -22,6 +22,7 @@
 # Explicit files to ignore (only matches one).
 #==============================================================================#
 .gitusers
+autom4te.cache
 cscope.files
 cscope.out
 autoconf/aclocal.m4
@@ -37,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