[llvm] r225384 - [git] Mark the llgo directory in the LLVM gitignore.
Chandler Carruth
chandlerc at gmail.com
Wed Jan 7 13:08:55 PST 2015
Author: chandlerc
Date: Wed Jan 7 15:08:54 2015
New Revision: 225384
URL: http://llvm.org/viewvc/llvm-project?rev=225384&view=rev
Log:
[git] Mark the llgo directory in the LLVM gitignore.
Modified:
llvm/trunk/.gitignore
Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=225384&r1=225383&r2=225384&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Wed Jan 7 15:08:54 2015
@@ -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.
More information about the llvm-commits
mailing list