summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-01-07 21:08:54 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-01-07 21:08:54 +0000
commit218104625d8da1bde7098818dddec32cf9551bbf (patch)
tree5d1976ea655ddbc54af591e0ba01ded7c3fae46f /.gitignore
parent60e9ca4c0fd19a5238971488ce5ad2040cce6573 (diff)
[git] Mark the llgo directory in the LLVM gitignore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225384 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 e806c2c5bed..a3769c00ce9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,8 @@ tools/clang
tools/lldb
# lld, which is tracked independently.
tools/lld
+# llgo, which is tracked independently.
+tools/llgo
# Polly, which is tracked independently.
tools/polly
# Sphinx build tree, if building in-source dir.