test commit
[oota-llvm.git] / .gitignore
index 2e2713a48ae5eea4d0da89bbe64b69d00ed24754..ecf2e3e422b8ee260c8a49fb9c60e748b51543e1 100644 (file)
 *.orig
 # Byte compiled python modules.
 *.pyc
 *.orig
 # Byte compiled python modules.
 *.pyc
+# vim swap files
+.*.swp
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).
 #==============================================================================#
 .gitusers
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).
 #==============================================================================#
 .gitusers
+autom4te.cache
 cscope.files
 cscope.out
 autoconf/aclocal.m4
 cscope.files
 cscope.out
 autoconf/aclocal.m4
@@ -35,3 +38,9 @@ projects/*
 !projects/Makefile
 # Clang, which is tracked independently.
 tools/clang
 !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