summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-06-25 13:13:36 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-06-25 13:13:36 +0000
commitf6a94186519bfe43fc0dd4647e7d3f9736bbd331 (patch)
treec2ea102d07b18de7962d6be68a53ee5e7bd568a4 /.gitignore
parent2edf5e45ecaabbb633fae0644aedcbb09cb2cc33 (diff)
downloadllvm-f6a94186519bfe43fc0dd4647e7d3f9736bbd331.tar.gz
llvm-f6a94186519bfe43fc0dd4647e7d3f9736bbd331.tar.bz2
llvm-f6a94186519bfe43fc0dd4647e7d3f9736bbd331.tar.xz
Add Polly to the ignored trees.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dd0f148c66..eeebe0d052 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