[PATCH] D30346: [.gitignore] Update .gitignore to ignore a nested build directory

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 11:00:50 PST 2017


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

Seems fine to me, I know a lot of peoples' standard workflows involves putting the build directory in the root anyway.

One thing I can't tell by looking at the file paths - Is this in the LLDB directory or the LLVM directory?  If it's in the LLDB directory then do we need it at the top level LLVM directory too?  Although since it seems likely we'll eventually end up on mono-repo, maybe we need it in all project directories.


https://reviews.llvm.org/D30346





More information about the llvm-commits mailing list