Defer some shl transforms to DAGCombine.
[oota-llvm.git] / .gitignore
index 2e2713a48ae5eea4d0da89bbe64b69d00ed24754..cdbcbb94e9de94e70372fd19b9964fcb6af11178 100644 (file)
 *.orig
 # Byte compiled python modules.
 *.pyc
+# vim swap files
+.*.swp
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).
 #==============================================================================#
 .gitusers
+autom4te.cache
 cscope.files
 cscope.out
 autoconf/aclocal.m4
@@ -35,3 +38,7 @@ projects/*
 !projects/Makefile
 # Clang, which is tracked independently.
 tools/clang
+# LLDB, which is tracked independently.
+tools/lldb
+# Sphinx build tree, if building in-source dir.
+docs/_build