[llvm] r211695 - Add Polly to the ignored trees.
Chandler Carruth
chandlerc at gmail.com
Wed Jun 25 06:13:37 PDT 2014
Author: chandlerc
Date: Wed Jun 25 08:13:36 2014
New Revision: 211695
URL: http://llvm.org/viewvc/llvm-project?rev=211695&view=rev
Log:
Add Polly to the ignored trees.
Modified:
llvm/trunk/.gitignore
Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=211695&r1=211694&r2=211695&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Wed Jun 25 08:13:36 2014
@@ -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
More information about the llvm-commits
mailing list