Add constants for first and last integer vector types to be consistent with floating...
[oota-llvm.git] / .gitignore
index 7677716035d308f66c00469ccca6bd3d0118b955..cdbcbb94e9de94e70372fd19b9964fcb6af11178 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,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