summaryrefslogtreecommitdiff
path: root/llvm/.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
commitdda43a1134d19a9f3e3266024790da6ea9a21850 (patch)
tree879bb6e0e24d2236a255517f04501e2f365d458e /llvm/.gitignore
parente2297ddd11cc7077807c36487316830593f12cc1 (diff)
downloadllvm-dda43a1134d19a9f3e3266024790da6ea9a21850.tar.gz
[git] Mark the llgo directory in the LLVM gitignore.
llvm-svn: 225384
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index e806c2c5bed7..a3769c00ce95 100644
--- a/llvm/.gitignore
+++ b/llvm/.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.