From: Chandler Carruth Date: Wed, 25 Jun 2014 13:13:36 +0000 (+0000) Subject: Add Polly to the ignored trees. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f6a94186519bfe43fc0dd4647e7d3f9736bbd331;p=oota-llvm.git Add Polly to the ignored trees. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211695 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/.gitignore b/.gitignore index dd0f148c66c..eeebe0d0526 100644 --- a/.gitignore +++ b/.gitignore @@ -45,5 +45,7 @@ tools/clang tools/lldb # lld, which is tracked independently. tools/lld +# Polly, which is tracked independently. +tools/polly # Sphinx build tree, if building in-source dir. docs/_build