Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add
[oota-llvm.git] / .gitignore
index 7677716035d308f66c00469ccca6bd3d0118b955..ecf2e3e422b8ee260c8a49fb9c60e748b51543e1 100644 (file)
 *.pyc
 # vim swap files
 .*.swp
-*.patch
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).
 #==============================================================================#
 .gitusers
-.svn
 autom4te.cache
 cscope.files
 cscope.out
@@ -40,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