[git] Mark the llgo directory in the LLVM gitignore.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 7 Jan 2015 21:08:54 +0000 (21:08 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 7 Jan 2015 21:08:54 +0000 (21:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225384 91177308-0d34-0410-b5e6-96231b3b80d8

.gitignore

index e806c2c5bed711b52365474d41eb149976609518..a3769c00ce955db95583778fc2078ebb56827d6b 100644 (file)
@@ -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.