[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)
llvm-svn: 225384

llvm/.gitignore

index e806c2c..a3769c0 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.