[PATCH] D57429: [docs] Document ignoring build directory
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 29 17:24:58 PST 2019
smeenai added a comment.
An alternative would be to just add `build` to our top-level `.gitignore`, assuming that's what most people are naming their build directory. @pcc attempted to do something a bit more ambitious in D57400 <https://reviews.llvm.org/D57400>, but just ignoring `/build*` (as suggested by @jyknight there) shouldn't cause issues, I think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57429/new/
https://reviews.llvm.org/D57429
More information about the llvm-commits
mailing list