X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=.gitignore;h=ecf2e3e422b8ee260c8a49fb9c60e748b51543e1;hp=2e2713a48ae5eea4d0da89bbe64b69d00ed24754;hb=8c3f33d337acf0cf2015fa04e0c7aafe3931fbd3;hpb=1f95a9db4bc8baf3d97fbfcb2f31e573e13b059a diff --git a/.gitignore b/.gitignore index 2e2713a48ae..ecf2e3e422b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,11 +15,14 @@ *.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,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